Remove path name from test case
[binutils-gdb.git] / gdb / cp-support.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-08-23 Andrew Burgessgdb: add gdb::make_unique function
2023-08-08 Tom de Vries[gdb/build] Use move capture in gdb_demangle
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-04-29 Manoj Guptagdb: Fix building with latest libc++
2023-03-20 Andrew Burgessgdb: fix crash during command completion
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS_WITH_NAME
2023-02-19 Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19 Tom TromeyConvert more block functions to methods
2023-02-19 Tom TromeyConvert block_objfile to method
2023-02-19 Tom TromeyDon't allow NULL as an argument to block_global_block
2023-02-19 Tom TromeyDon't allow NULL as an argument to block_static_block
2023-01-20 Simon Marchigdb: remove language.h include from frame.h
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-18 Markus Metzgergdb, cp: update add_symbol_overload_list_qualified
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-05-10 Pedro AlvesFix "b f(std::string)" when current language is C
2022-05-10 Pedro AlvesFix "b f(std::string)", always use DMGL_VERBOSE
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-25 Keith SeitzSupport template lookups in strncmp_iw_with_mode
2022-02-25 Keith SeitzMove find_toplevel_char to cp-support.[ch]
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-08 Tom TromeyUse for-each more in gdb
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-20 Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-03-12 Christian BiesingerUse RAII to set the per-thread SIGSEGV handler
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-06-02 Andrew Burgessgdb: Convert language la_sniff_from_mangled_name field...
2020-05-30 Pedro Alvesreplace_typedefs: handle templates in namespaces
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeySpeed up psymbol reading by removing a copy
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-27 Tom TromeyRemove some unnecessary backslashes
2019-11-26 Tom TromeyFix mingw build of gdb
2019-11-26 Tom TromeyIntroduce thread-safe way to handle SIGSEGV
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26 Simon MarchiMake a bunch of functions static
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-16 Christian BiesingerAllow not saving the signal state in SIGSETJMP
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-07 Tom TromeyAdd obstack_strdup overload taking a std::string
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-04-25 Keith Seitzc++/24367: Infinite recursion of typedef substitution
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-25 Tom TromeyMore block constification
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove ALL_COMPUNITS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-03 Andrew Burgessgdb: Remove a cleanup from find_overload_match
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro AlvesEliminate make_symbol_overload_list-related globals...
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-23 Tom TromeyRemove symfile_complaints
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-29 Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-29 Pedro AlvesHandle custom completion match prefix / LCD
2017-11-24 Pedro AlvesMake strcmp_iw NOT ignore whitespace in the middle...
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-07 Tom TromeyConstify add_info
2017-11-04 Tom TromeyRemove directive-searched cleanups
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-09 Pedro AlvesMake cp_remove_params return a gdb::unique_xmalloc_ptr
2017-09-30 Tom TromeyRemove cleanups from cp-support.c
2017-09-27 Tom TromeyConstify first_component_command
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-09 Pedro AlvesMake cp_comp_to_string return a gdb::unique_xmalloc_ptr...
2017-08-09 Yao QiFix memory leak in cp-support.c
2017-07-20 Pedro AlvesFix cp_find_first_component_aux bug
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20 Artemiy VolkovImplement demangling for rvalue reference type names
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11 Tom TromeyAdd constructor and destructor to demangle_parse_info
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
next