Remove displaced_step_inferior_state::next
[external/binutils.git] / gdb / linespec.c
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
2018-04-05 Tom TromeyReturn std::string from canonical_to_fullform
2018-04-05 Tom TromeyMake copy_token_string return unique_xmalloc_ptr
2018-04-05 Tom TromeyFix some indentation in linespec.c
2018-04-05 Tom TromeyRemove some cleanups from search_minsyms_for_name
2018-01-22 Joel Brobeckerwrong line number in breakpoint location
2018-01-10 Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08 Yao QiFix PR 22567: set SAL .section in minsym_found
2017-12-05 Simon MarchiRemove some unused variables
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 AlvesFix setting-breakpoints regression on PPC64 (function...
2017-11-08 Pedro AlvesUse search_domain::FUNCTIONS_DOMAIN when setting breakp...
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-20 Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-20 Pedro AlvesFix "list ambiguous_variable"
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 Tom TromeyUse gdb::def_vector in create_sals_line_offset
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-07-17 Pedro AlvesA smarter linespec completer
2017-07-17 Pedro AlvesLinespec lexing and C++ operators
2017-07-17 Pedro AlvesExplicit locations -label completer
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-12 Tom TromeyChange linespec_result::location to be an event_location_up
2017-04-12 Tom TromeyAdd a constructor and destructor to linespec_result
2017-04-12 Tom TromeyChange find_pcs_for_symtab_line to return a std::vector
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-22 Yao QiWrap locally used classes in anonymous namespace
2017-02-23 Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-10-13 Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-10-06 Tom TromeyRemove Java support
2016-07-14 Tom TromeyRemove unused variables
2016-05-11 Trevor Saundersfix up two issues with the removal of unused variables
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-21 Joel BrobeckerFix regression introduced in "break *<EXPR>" by explici...
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-21 Simon MarchiAdd two missing consts
2015-09-15 Jan Kratochvil[ppc64le] Use skip_entrypoint for skip_trampoline_code
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-13 Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12 Keith SeitzExplicit locations: add UI features for CLI
2015-08-12 Keith SeitzExplicit locations: introduce explicit locations
2015-08-12 Keith SeitzExplicit locations: introduce probe locations
2015-08-12 Keith SeitzExplicit locations: introduce address locations
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-08-12 Keith SeitzExplicit locations: introduce new struct event_location...
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-26 Jan KratochvilDo not skip prologue for asm (.S) files
2015-03-23 Keith SeitzUpdate comment of linespec_lexer_lex_keyword.
2015-03-23 Keith SeitzExpand keyword lexing intelligence in the linespec...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06 Gary BensonNew common function "startswith"
2015-01-31 Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-20 Mihail-Marian Nistorgdb/17394: cannot put breakpoint only in selected ASM...
2014-12-05 Doug EvansRevert: linespec.c (iterate_name_matcher): Fix argument...
2014-12-03 Doug EvansPR symtab/17602
next