summaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
AgeCommit message (Expand)Author
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-29Handle custom completion match prefix / LCDPedro Alves
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-07Constify add_infoTom Tromey
2017-11-04Remove directive-searched cleanupsTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-09Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves
2017-09-29Remove cleanups from cp-support.cTom Tromey
2017-09-27Constify first_component_commandTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves
2017-08-09Fix memory leak in cp-support.cYao Qi
2017-07-20Fix cp_find_first_component_aux bugPedro Alves
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves
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