summaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* gdb: fix crash during command completionAndrew Burgess2023-03-201-0/+7
* Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey2023-02-191-4/+1
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-4/+4
* Convert more block functions to methodsTom Tromey2023-02-191-1/+1
* Convert block_objfile to methodTom Tromey2023-02-191-1/+1
* Don't allow NULL as an argument to block_global_blockTom Tromey2023-02-191-7/+8
* Don't allow NULL as an argument to block_static_blockTom Tromey2023-02-191-1/+5
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb, cp: update add_symbol_overload_list_qualifiedMarkus Metzger2022-10-181-24/+24
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-4/+4
* Fix "b f(std::string)" when current language is CPedro Alves2022-05-101-1/+9
* Fix "b f(std::string)", always use DMGL_VERBOSEPedro Alves2022-05-101-16/+29
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-4/+8
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Support template lookups in strncmp_iw_with_modeKeith Seitz2022-02-241-1/+7
* Move find_toplevel_char to cp-support.[ch]Keith Seitz2022-02-241-0/+74
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-4/+4
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi2022-02-061-2/+2
* Use filtered output in ordinary commandsTom Tromey2022-01-051-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use for-each more in gdbTom Tromey2021-12-081-2/+2
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-17/+12
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-2/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-6/+6
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+0
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-201-4/+1
* Use RAII to set the per-thread SIGSEGV handlerChristian Biesinger2021-03-121-5/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-29/+29
* gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess2020-06-021-9/+0
* replace_typedefs: handle templates in namespacesPedro Alves2020-05-301-4/+72
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-4/+4
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-13/+13
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-21/+20
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-18/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove some unnecessary backslashesTom Tromey2019-11-271-1/+1
* Fix mingw build of gdbTom Tromey2019-11-261-2/+2
* Introduce thread-safe way to handle SIGSEGVTom Tromey2019-11-261-73/+71
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-1/+2
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Allow not saving the signal state in SIGSETJMPChristian Biesinger2019-10-161-1/+18
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2