aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-10Fix "b f(std::string)" when current language is CPedro Alves1-1/+9
2022-05-10Fix "b f(std::string)", always use DMGL_VERBOSEPedro Alves1-16/+29
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-4/+8
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz1-1/+7
2022-02-24Move find_toplevel_char to cp-support.[ch]Keith Seitz1-0/+74
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-4/+4
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-02-06gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi1-2/+2
2022-01-05Use filtered output in ordinary commandsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-08Use for-each more in gdbTom Tromey1-2/+2
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey1-17/+12
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-2/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-6/+6
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+0
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey1-4/+1
2021-03-12Use RAII to set the per-thread SIGSEGV handlerChristian Biesinger1-5/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-29/+29
2020-06-02gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess1-9/+0
2020-05-30replace_typedefs: handle templates in namespacesPedro Alves1-4/+72
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-4/+4
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-13/+13
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-21/+20
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-18/+5
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