Eliminate copy_location_spec
[binutils-gdb.git] / gdb / linespec.c
2022-06-17 Pedro AlvesEliminate copy_location_spec
2022-06-17 Pedro AlvesEliminate the two-level data structures behind location...
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-04-28 Tom TromeyRemove "typedef enum ..."
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11 Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::pspace
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-02-25 Keith SeitzMove find_toplevel_char to cp-support.[ch]
2022-02-18 Tom TromeyAdd constructor to bound_minimal_symbol
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_INLINED macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_PSPACE macro
2022-02-06 Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06 Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_FILETABS macro
2022-02-02 Andrew Burgessgdb: add empty string check in parse_linespec
2022-01-18 Tom TromeyRemove a use of xfree in location.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-08 Simon Marchigdb: make struct linespect contain vectors, not pointer...
2021-12-07 Simon Marchigdb/linespec.c: simplify condition
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-05-20 Simon Marchigdb: remove linespec_p typedef
2021-04-17 Tom TromeyAdd 'domain' parameter to expand_symtabs_matching
2021-04-17 Tom TromeyAdd search_flags to expand_symtabs_matching
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-20 Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-02-10 Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-07 Tankut Baris Aktemurgdb/linespec: relax the position of the '-force-conditi...
2020-12-04 Tom TromeyRemove redundant typedefs
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-10-23 Andrew Burgessgdb: remove LA_ITERATE_OVER_SYMBOLS macro
2020-09-17 Tom TromeyUse htab_up in linespec.c
2020-09-15 Tom TromeyUse arrays rather than pointers for global string constants
2020-09-13 Pedro AlvesDon't drop static function bp locations w/o debug info
2020-08-28 Tom de Vries[gdb/breakpoint] Handle setting breakpoint on label...
2020-06-17 Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-06-02 Andrew Burgessgdb: Convert language la_iterate_over_symbols field...
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-05-08 Tom TromeySpeed up psymbol reading by removing a copy
2020-04-29 Tom de Vries[gdb] Fix range loop index in find_method
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-14 Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-08 Tom TromeyConstify command_line_input
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-15 Andrew Burgessgdb: Update comments that reference VEC or vec.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-09 Andrew Burgessgdb: Don't skip prologue for explicit line breakpoints...
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-10 Tom de Vries[gdb] Fix dynamic-stack-buffer-overflow in linespec_lex...
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-25 Tom TromeyMore block constification
2019-03-23 Tom TromeyUse scoped_restore_current_language in two places
2019-02-22 Keith SeitzFix symtab/23853: symlinked default symtab
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-17 Tom TromeyReplace "the the" with "the"
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-09 Simon Marchigdb: Remove support for old mangling schemes
2019-01-09 Philippe WaroquiersFix leak in linespec.c
2019-01-02 Tom TromeyRemove cleanups from linespec.c
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30 Simon MarchiFix leak in linespec parser
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-08-29 Keith SeitzAdd new search_symbols_multiple API
2018-08-29 Keith SeitzUse block_symbol in linespec APIs
2018-08-29 Keith SeitzRemove VEC definitions from linespec.c
2018-08-29 Keith SeitzChange decode_compound_collector to use std::vector
2018-08-29 Keith SeitzChange `minimal_symbols' to std::vector in linespec...
2018-08-29 Keith SeitzChange `label_symbols' to std::vector in linespec.c...
2018-08-29 Keith SeitzChange `function_symbols' to std::vector
2018-08-29 Keith SeitzChange `file_symtabs' to std::vector
2018-08-27 Tom TromeyAvoid -Wnarrowing warnings from quote_char()
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-17 Tom TromeyRemove "repeat" argument from command_line_input
2018-07-22 Tom TromeySimple unused variable removals
next