summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-12-311-93/+122
* gdbTom Tromey2010-11-291-0/+8
* gdb/Jan Kratochvil2010-06-281-2/+11
* * cp-valprint.c (cp_print_static_field): Members ofUlrich Weigand2010-06-141-2/+2
* gdbTom Tromey2010-06-111-20/+39
* 2010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-131-1/+8
* * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()Chris Moller2010-04-221-10/+19
* PR 9167Chris Moller2010-04-211-7/+16
* PR 10867Chris Moller2010-04-201-4/+53