Change some tui_data_window methods to be private
[external/binutils.git] / gdb / linespec.c
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
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
next