summaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add obstack_strdup overload taking a std::stringTom Tromey2019-08-061-7/+3
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* c++/24367: Infinite recursion of typedef substitutionKeith Seitz2019-04-251-3/+13
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-15/+11
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-11/+15
* More block constificationTom Tromey2019-03-241-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Add compunits range adapter to objfileTom Tromey2019-01-171-2/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-3/+3
* Remove ALL_COMPUNITSTom Tromey2019-01-091-16/+21
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-1/+0
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-6/+6
* gdb: Remove a cleanup from find_overload_matchAndrew Burgess2019-01-031-5/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Eliminate make_symbol_overload_list-related globals & cleanupPedro Alves2018-11-211-79/+63
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-1/+1
* Remove symfile_complaintsTom Tromey2018-05-231-2/+1
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-11-291-4/+49
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-10/+153
* Handle custom completion match prefix / LCDPedro Alves2017-11-291-5/+5
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-11-241-10/+168
* lookup_name_info::make_ignore_paramsPedro Alves2017-11-081-5/+182
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-1/+37
* Constify add_infoTom Tromey2017-11-071-1/+1
* Remove directive-searched cleanupsTom Tromey2017-11-041-17/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-5/+1
* Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves2017-10-091-12/+7
* Remove cleanups from cp-support.cTom Tromey2017-09-291-15/+10
* Constify first_component_commandTom Tromey2017-09-271-2/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-2/+2
* 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