summaryrefslogtreecommitdiff
path: root/gdb/c-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-06-12Remove val_print_type_code_intTom Tromey
2017-03-20Implement printing of rvalue reference types and valuesArtemiy Volkov
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov
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-04-27c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCTMartin Galvan
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
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-28Consider addressable memory unit size in various value functionsSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-07-09Factor out memberptr printing code from c_val_printSimon Marchi
2015-07-09Factor out int printing code from c_val_printSimon Marchi
2015-07-09Factor out struct and union printing code from c_val_printSimon Marchi
2015-07-09Factor out pointer printing code from c_val_printSimon Marchi
2015-07-09Factor out array printing code from c_val_printSimon Marchi
2015-07-09Factor out print_unpacked_pointer from c_val_printSimon Marchi
2015-07-09Remove unneeded variable assignmentSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-07Include string.h in common-defs.hGary Benson
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-11-18remove gdb_string.hTom Tromey
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans
2013-05-22 PR c++/15401:Tom Tromey
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.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-11-10 PR gdb/14288Keith Seitz
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-03-01 * c-valprint.c (print_function_pointer_address): Move...Tom Tromey
2012-02-21gdb/Anton Gorenkov
2012-01-16gdbTom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-09gdb/Jan Kratochvil
2011-02-18 * c-valprint.c (c_val_print): Add embedded_offset to addressPierre Muller
2011-02-14 gdb/testsuite/Pedro Alves