summaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21gdb: Use initializers in lambda captures unconditionallyLancelot Six
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess
2023-08-09[gdb/build] Use move capture in gdb_demangleTom de Vries
2023-06-05[gdb] Fix more typosTom de Vries
2023-04-29gdb: Fix building with latest libc++Manoj Gupta
2023-03-20gdb: fix crash during command completionAndrew Burgess
2023-02-19Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey
2023-02-19Convert more block functions to methodsTom Tromey
2023-02-19Convert block_objfile to methodTom Tromey
2023-02-19Don't allow NULL as an argument to block_global_blockTom Tromey
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey
2023-01-20gdb: remove language.h include from frame.hSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-18gdb, cp: update add_symbol_overload_list_qualifiedMarkus Metzger
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
2022-05-10Fix "b f(std::string)" when current language is CPedro Alves
2022-05-10Fix "b f(std::string)", always use DMGL_VERBOSEPedro Alves
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz
2022-02-24Move find_toplevel_char to cp-support.[ch]Keith Seitz
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi
2022-02-06gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi
2022-01-05Use filtered output in ordinary commandsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-08Use for-each more in gdbTom Tromey
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey
2021-09-23Change pointer_type to a method of struct typeTom Tromey
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey
2021-03-12Use RAII to set the per-thread SIGSEGV handlerChristian Biesinger
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-06-02gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess
2020-05-30replace_typedefs: handle templates in namespacesPedro Alves
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-05-08Speed up psymbol reading by removing a copyTom Tromey
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-27Remove some unnecessary backslashesTom Tromey