Enable async mode in the target in attach_cmd.
[binutils-gdb.git] / gdb / linespec.c
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
2018-06-29 Pedro Alves"break LINENO/*ADDRESS", inline functions and "info...
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-05-30 Simon MarchiRemove "struct" keyword in range-based for loops
2018-05-25 Tom TromeyRemove interp_ui_out
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-26 Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26 Pedro AlvesFactor out minsym_found/find_function_start_sal overload
2018-04-26 Pedro AlvesBreakpoints, don't skip prologue of ifunc resolvers...
2018-04-26 Pedro AlvesFix setting breakpoints on ifunc functions after they...
2018-04-26 Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-05 Tom TromeyRemove typep and VEC(typep) from linespec.c
2018-04-05 Tom TromeyMore use of std::vector in linespec.c
2018-04-05 Tom TromeyRemove a string copy from event_location_to_sals
2018-04-05 Tom TromeyHave filter_results take a std::vector
next