summaryrefslogtreecommitdiff
path: root/gdb/p-valprint.c
AgeCommit message (Expand)Author
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-09Use gdb::byte_vector in pascal_object_print_valueTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-02-26start change to progspace independenceTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey
2013-01-07 PR cli/7719:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey
2012-08-16gdb/Yao Qi
2012-07-23 * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-05-18 PR exp/13907:Tom Tromey
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey
2012-03-01 * valprint.c (val_print): Update.Tom Tromey
2012-03-01 * value.h (value_print): Return void.Tom Tromey
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-09gdb/Jan Kratochvil
2011-03-15 Remove trailing spaces and tabulations from pascal languagePierre Muller
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-02-18 * c-valprint.c (c_val_print): Add embedded_offset to addressPierre Muller
2011-02-14 gdb/Pedro Alves
2011-02-14 gdb/Pedro Alves
2011-02-07 * valprint.c (val_print): Extend comment.Pedro Alves
2011-01-25 * printcmd.c (print_formatted): Use val_print_scalar_formattedPedro Alves