aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-6/+18
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-07-09Factor out memberptr printing code from c_val_printSimon Marchi1-6/+23
2015-07-09Factor out int printing code from c_val_printSimon Marchi1-24/+36
2015-07-09Factor out struct and union printing code from c_val_printSimon Marchi1-30/+58
2015-07-09Factor out pointer printing code from c_val_printSimon Marchi1-25/+38
2015-07-09Factor out array printing code from c_val_printSimon Marchi1-94/+110
2015-07-09Factor out print_unpacked_pointer from c_val_printSimon Marchi1-99/+106
2015-07-09Remove unneeded variable assignmentSimon Marchi1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-3/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+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-11-18remove gdb_string.hTom Tromey1-1/+1
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-2/+2
2013-05-22 PR c++/15401:Tom Tromey1-12/+12
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-7/+7
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-11-10 PR gdb/14288Keith Seitz1-1/+17
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-05-18 PR exp/13907:Tom Tromey1-2/+7
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey1-2/+18
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey1-6/+3
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey1-241/+29
2012-03-01 * valprint.c (val_print): Update.Tom Tromey1-13/+4
2012-03-01 * value.h (value_print): Return void.Tom Tromey1-14/+16
2012-03-01 * c-valprint.c (print_function_pointer_address): Move...Tom Tromey1-25/+0
2012-02-21gdb/Anton Gorenkov1-13/+4
2012-01-16gdbTom Tromey1-2/+33
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+2
2011-10-09gdb/Jan Kratochvil1-4/+13
2011-02-18 * c-valprint.c (c_val_print): Add embedded_offset to addressPierre Muller1-1/+1
2011-02-14 gdb/testsuite/Pedro Alves1-23/+27
2011-02-14 gdb/Pedro Alves1-0/+2
2011-02-07 * valprint.c (val_print): Extend comment.Pedro Alves1-7/+3
2011-02-02 gdb/Pedro Alves1-2/+1
2011-01-25 * printcmd.c (print_formatted): Use val_print_scalar_formattedPedro Alves1-27/+29
2011-01-242011-01-24 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-4/+3
2011-01-14Fix printing of Wide_Character & Wide_Wide_Character entities.Joel Brobecker1-4/+2
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-312010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder1-86/+124
2010-11-03gdb:Ken Werner1-1/+6
2010-10-15 PR python/11948:Tom Tromey1-1/+1
2010-10-06gdb:Ken Werner1-2/+1