summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-14/+12
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-12/+14
* gdb: Avoid trailing whitespace when pretty printingAndrew Burgess2019-03-261-2/+6
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+3
* Fix infinite recursion when printing static member with typedefWeimin Pan2018-04-021-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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