aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-4/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-6/+8
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-5/+0
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26change minsym representationTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves1-0/+6
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-2/+2
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-6/+6
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-6/+7
2013-01-07 PR cli/7719:Tom Tromey1-30/+11
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-1/+1
2012-08-16gdb/Yao Qi1-13/+3
2012-07-23 * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar1-2/+6
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-05-18 PR exp/13907:Tom Tromey1-1/+3
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey1-1/+13
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey1-3/+3
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey1-187/+26
2012-03-01 * valprint.c (val_print): Update.Tom Tromey1-12/+4
2012-03-01 * value.h (value_print): Return void.Tom Tromey1-2/+2
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-10-09gdb/Jan Kratochvil1-4/+13
2011-03-15 Remove trailing spaces and tabulations from pascal languagePierre Muller1-3/+3
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-02-18 * c-valprint.c (c_val_print): Add embedded_offset to addressPierre Muller1-1/+1
2011-02-14 gdb/Pedro Alves1-25/+41
2011-02-14 gdb/Pedro Alves1-6/+2
2011-02-07 * valprint.c (val_print): Extend comment.Pedro Alves1-9/+3
2011-01-25 * printcmd.c (print_formatted): Use val_print_scalar_formattedPedro Alves1-16/+16
2011-01-25 Centralize printing "<optimized out>".Pedro Alves1-2/+2
2011-01-242011-01-24 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-17/+31
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-16/+16
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-18/+39
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-29gdbTom Tromey1-0/+8
2010-10-15 PR python/11948:Tom Tromey1-2/+4
2010-06-21 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.Tom Tromey1-1/+1
2010-06-11gdbTom Tromey1-6/+16
2010-06-03 * valprint.h (get_array_bounds): Change low and high parameter typesPierre Muller1-1/+1