aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-27Remove some unnecessary backslashesTom Tromey1-1/+1
2019-11-26Fix mingw build of gdbTom Tromey1-2/+2
2019-11-26Introduce thread-safe way to handle SIGSEGVTom Tromey1-73/+71
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-1/+2
2019-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-16Allow not saving the signal state in SIGSETJMPChristian Biesinger1-1/+18
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-06Add obstack_strdup overload taking a std::stringTom Tromey1-7/+3
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-04-25c++/24367: Infinite recursion of typedef substitutionKeith Seitz1-3/+13
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-06Revert the header-sorting patchTom Tromey1-15/+11
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-11/+15
2019-03-24More block constificationTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-17Add compunits range adapter to objfileTom Tromey1-2/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-3/+3
2019-01-09Remove ALL_COMPUNITSTom Tromey1-16/+21
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-1/+0
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-6/+6
2019-01-03gdb: Remove a cleanup from find_overload_matchAndrew Burgess1-5/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Eliminate make_symbol_overload_list-related globals & cleanupPedro Alves1-79/+63
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+1
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