summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix broken recursion detection when printing static membersPatrick Frants2017-10-261-7/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use containers to avoid cleanupsTom Tromey2017-08-031-8/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-5/+1
* Remove parameter valaddr from c print functionsYao Qi2016-11-111-7/+9
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-7/+6
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-1/+1
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-7/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-9/+12
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-8/+10
* Exported const objectsPedro Alves2015-02-271-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-2/+2
* Move TYPE_SELF_TYPE into new field type_specific.Doug Evans2015-01-311-24/+23
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Cast result of obstack_next_freeAlan Modra2014-11-051-2/+2
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-8/+3
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-4/+4
* vla: update type from newly created valueSanimir Agovic2014-04-141-0/+2
* Revert the entire VLA series.Joel Brobecker2014-04-111-2/+0
* vla: update type from newly created valueSanimir Agovic2014-04-111-0/+2
* Extension Language APIDoug Evans2014-02-051-9/+9
* 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
* Print nonexisting/optimized out static fields gracefully.Pedro Alves2013-10-251-7/+10
* 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-4/+4
* -Wpointer-sign: cp-valprint.c.Pedro Alves2013-04-191-1/+1
* PR cli/7719:Tom Tromey2013-01-071-36/+15
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey2012-11-121-1/+2
* Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357Tom Tromey2012-09-271-2/+5
* * cp-valprint.c (cp_print_value): Replace potentially unsafeSiddhesh Poyarekar2012-07-061-3/+6
* * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey2012-05-181-3/+3
* gdb/Jan Kratochvil2012-04-031-8/+12
* * cp-valprint.c (cp_print_value_fields): UseTom Tromey2012-03-151-0/+11
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-3/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* * cp-valprint.c (cp_print_value_fields): Catch errors fromTom Tromey2011-05-171-3/+13
* gdb/Pedro Alves2011-02-141-36/+47
* gdb/Pedro Alves2011-02-141-3/+2
* Centralize printing "<optimized out>".Pedro Alves2011-01-251-2/+2
* * cp-valprint.c (cp_print_value): Treat the 'skip' local asPedro Alves2011-01-251-12/+23