summaryrefslogtreecommitdiff
path: root/gdb/p-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-9/+10
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-5/+5
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-1/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-181-1/+2
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-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
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-4/+4
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+8
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-5/+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
* Print nonexisting/optimized out static fields gracefully.Pedro Alves2013-10-251-0/+6
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-2/+2
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-6/+6
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-6/+7
* PR cli/7719:Tom Tromey2013-01-071-30/+11
* 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
* gdb/Yao Qi2012-08-161-13/+3
* * p-valprint.c (pascal_object_print_value): Replace potentiallySiddhesh Poyarekar2012-07-231-2/+6
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* PR exp/13907:Tom Tromey2012-05-181-1/+3
* * valprint.c (val_print_string): Don't print leading space.Tom Tromey2012-05-181-1/+13
* * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey2012-05-181-3/+3
* * valprint.h (struct generic_val_print_decorations): New.Tom Tromey2012-03-011-187/+26
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-12/+4
* * value.h (value_print): Return void.Tom Tromey2012-03-011-2/+2
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* gdb/Jan Kratochvil2011-10-091-4/+13
* Remove trailing spaces and tabulations from pascal languagePierre Muller2011-03-151-3/+3
* 2011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-281-1/+1
* * c-valprint.c (c_val_print): Add embedded_offset to addressPierre Muller2011-02-181-1/+1
* gdb/Pedro Alves2011-02-141-25/+41
* gdb/Pedro Alves2011-02-141-6/+2
* * valprint.c (val_print): Extend comment.Pedro Alves2011-02-071-9/+3
* * printcmd.c (print_formatted): Use val_print_scalar_formattedPedro Alves2011-01-251-16/+16
* Centralize printing "<optimized out>".Pedro Alves2011-01-251-2/+2
* 2011-01-24 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-01-241-17/+31
* 2011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-101-16/+16
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-18/+39