summaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves2017-08-091-34/+31
* Fix memory leak in cp-support.cYao Qi2017-08-091-4/+9
* Fix cp_find_first_component_aux bugPedro Alves2017-07-201-0/+2
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-7/+2
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Implement demangling for rvalue reference type namesArtemiy Volkov2017-03-201-0/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-22/+16
* Add constructor and destructor to demangle_parse_infoTom Tromey2017-01-101-39/+13
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-35/+25
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+9
* Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves2016-04-121-1/+1
* Use target_terminal_ours_for_output in cp-support.cPedro Alves2016-04-121-1/+3
* PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal2016-03-151-1/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+5
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-0/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-3/+3
* PR c++/18141, c++/18417.Doug Evans2015-05-261-2/+4
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-12/+22
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-24/+24
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-5/+5
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-2/+2
* New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans2014-11-061-3/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-2/+2
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Introduce common/gdb_setjmp.hGary Benson2014-08-291-12/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Fix build on systems without sigaltstack.Gary Benson2014-07-231-0/+4
* Demangler crash handlerGary Benson2014-06-191-1/+145
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2014-06-071-24/+1
* Remove symbol_matches_domain. This fixesKeith Seitz2014-04-141-1/+24
* 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
* PR c++/7539Keith Seitz2013-11-131-2/+10
* * blockframe.c: Remove #include "psymtab.h".Doug Evans2013-08-201-2/+0
* PR c++/11990:Tom Tromey2013-04-151-1/+9
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * cp-support.c (inspect_type,Tom Tromey2012-11-121-18/+89
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-3/+0
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-5/+3
* linespec rewrite:Keith Seitz2012-04-051-117/+0
* * NEWS: Mention "info vtbl", not "info vtable".Tom Tromey2012-03-151-2/+2