aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-1/+1
2018-05-23Remove symfile_complaintsTom Tromey1-2/+1
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves1-4/+49
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-10/+153
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-5/+5
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves1-10/+168
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-5/+182
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+37
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-04Remove directive-searched cleanupsTom Tromey1-17/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-5/+1
2017-10-09Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves1-12/+7
2017-09-29Remove cleanups from cp-support.cTom Tromey1-15/+10
2017-09-27Constify first_component_commandTom Tromey1-2/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves1-34/+31
2017-08-09Fix memory leak in cp-support.cYao Qi1-4/+9
2017-07-20Fix cp_find_first_component_aux bugPedro Alves1-0/+2
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves1-7/+2
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov1-0/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-22/+16
2017-01-10Add constructor and destructor to demangle_parse_infoTom Tromey1-39/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-35/+25
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+9
2016-04-12Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmpPedro Alves1-1/+1
2016-04-12Use target_terminal_ours_for_output in cp-support.cPedro Alves1-1/+3
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal1-1/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+5
2015-08-27gdb: Use sighandler_t everywherePedro Alves1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-0/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-3/+3
2015-05-26PR c++/18141, c++/18417.Doug Evans1-2/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-12/+22
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-24/+24
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-5/+5
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-2/+2
2014-11-06New macro ALL_BLOCK_SYMBOLS_WITH_NAME.Doug Evans1-3/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-29Introduce common/gdb_setjmp.hGary Benson1-12/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0