summaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-3/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove val_print_type_code_intTom Tromey2017-06-121-2/+2
* Implement printing of rvalue reference types and valuesArtemiy Volkov2017-03-201-2/+2
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-3/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-16/+17
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+2
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-1/+3
* c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCTMartin Galvan2016-04-271-8/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-6/+18
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Factor out memberptr printing code from c_val_printSimon Marchi2015-07-091-6/+23
* Factor out int printing code from c_val_printSimon Marchi2015-07-091-24/+36
* Factor out struct and union printing code from c_val_printSimon Marchi2015-07-091-30/+58
* Factor out pointer printing code from c_val_printSimon Marchi2015-07-091-25/+38
* Factor out array printing code from c_val_printSimon Marchi2015-07-091-94/+110
* Factor out print_unpacked_pointer from c_val_printSimon Marchi2015-07-091-99/+106
* Remove unneeded variable assignmentSimon Marchi2015-07-091-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-2/+2
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-3/+3
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* change minsym representationTom Tromey2014-02-261-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-2/+2
* PR c++/15401:Tom Tromey2013-05-221-12/+12
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-7/+7
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey2012-12-141-1/+1
* PR gdb/14288Keith Seitz2012-11-101-1/+17
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* PR exp/13907:Tom Tromey2012-05-181-2/+7
* * valprint.c (val_print_string): Don't print leading space.Tom Tromey2012-05-181-2/+18
* * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey2012-05-181-6/+3
* * valprint.h (struct generic_val_print_decorations): New.Tom Tromey2012-03-011-241/+29
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-13/+4
* * value.h (value_print): Return void.Tom Tromey2012-03-011-14/+16
* * c-valprint.c (print_function_pointer_address): Move...Tom Tromey2012-03-011-25/+0
* gdb/Anton Gorenkov2012-02-211-13/+4
* gdbTom Tromey2012-01-161-2/+33
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* gdb/Jan Kratochvil2011-10-091-4/+13
* * c-valprint.c (c_val_print): Add embedded_offset to addressPierre Muller2011-02-181-1/+1
* gdb/testsuite/Pedro Alves2011-02-141-23/+27