aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
AgeCommit message (Expand)Author
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Add constructor and destructor to demangle_parse_infoTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves
2016-04-12Use target_terminal_ours_for_output in cp-support.cPedro Alves
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-27gdb: Use sighandler_t everywherePedro Alves
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-05-26PR c++/18141, c++/18417.Doug Evans
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-06New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-29Introduce common/gdb_setjmp.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-23Fix build on systems without sigaltstack.Gary Benson
2014-06-19Demangler crash handlerGary Benson
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-11-13PR c++/7539Keith Seitz
2013-08-20 * blockframe.c: Remove #include "psymtab.h".Doug Evans
2013-04-15 PR c++/11990:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-12 * cp-support.c (inspect_type,Tom Tromey
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-05-10 * tracepoint.c (scope_info): Update.Tom Tromey
2012-04-05linespec rewrite:Keith Seitz
2012-03-15 * NEWS: Mention "info vtbl", not "info vtable".Tom Tromey
2012-03-15 * gnu-v3-abi.c (struct value_and_voffset): New.Tom Tromey
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans
2012-01-10gdb/Jan Kratochvil
2012-01-062012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker