gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / completer.c
2020-05-25  Tom TromeyRevert "Add completion styling"
2020-05-23  Tom TromeyAdd completion styling
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-20  Tom TromeyMark move constructors as "noexcept"
2020-04-15  Andrew Burgessgdb: Don't corrupt completions hash when expanding...
2020-03-19  Andrew Burgessgdb: Remove C++ symbol aliases from completion list
2020-03-19  Andrew Burgessgdb: Restructure the completion_tracker class
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-30  Philippe WaroquiersAllow . character as part of command names.
2019-11-26  Simon MarchiRemove unused function set_gdb_completion_word_break_ch...
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-12  Pedro AlvesIntroduce complete_nested_command_line
2019-06-12  Pedro AlvesMigrate rest of compile commands to new options framework
2019-06-12  Pedro AlvesFix latent bug with custom word point completers
2019-06-12  Pedro AlvesFix latent bug in custom word point completion handling
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-30  Jan VranyInitialize variable word in complete
2019-05-17  Jan VranyMI: extract command completion logic from complete_comm...
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-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-27  Tom TromeyAvoid -Wnarrowing warnings from quote_char()
2018-06-01  Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-04-05  Tom TromeyChange streq to return bool
2018-02-21  Tom TromeyRemove a cleanup from parse_expression_for_completion
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13  Pedro AlvesFix regression: expression completer and scope operator...
2017-12-13  Pedro AlvesFactor out final completion match string building
2017-12-05  Simon MarchiRemove some unused variables
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-25  Pedro AlvesFix completing an empty string
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-10-04  Pedro AlvesAdd missing-END_CATCH detection/protection (to gdb...
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-07-20  Pedro AlvesMake language_def O(1)
2017-07-17  Pedro AlvesA smarter linespec completer
2017-07-17  Pedro AlvesExplicit locations -label completer
2017-07-17  Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17  Pedro Alves"complete" command and completion word break characters
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17  Pedro AlvesClean up "completer_handle_brkchars" callback handling
2017-07-17  Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-06-29  Pedro AlvesExpression completer should not match explicit location...
2017-06-29  Pedro AlvesRemove old stale expression_completer hack
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify word break character arrays
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-08-19  Yao Qinull-terminate string in linespec_location_completer
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17  Pedro AlvesType-safe wrapper for enum flags
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-13  Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12  Keith SeitzExplicit locations: add UI features for CLI
2015-07-25  Patrick PalkaRevert "Sync readline/ to version 7.0 alpha"
2015-07-25  Patrick PalkaSync readline/ to version 7.0 alpha
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-13  Andrew Burgessgdb: Rework command completion on 'tui reg'.
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Tom TromeyDo not increment of decrement enums
2015-02-27  Pedro AlvesAdd extern "C" to declarations of C symbols
2015-02-12  Doug Evanscompleter.c (complete_line): Remove incorrect comment.
2015-01-31  Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-31  Doug EvansRemove premature comments from previous patch to comple...
2015-01-31  Doug EvansUnify CLI/TUI interface to readline tab completion.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Andreas ArnezProvide completer for "info registers"
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-03  Sergio Durigan JuniorPR python/16699: GDB Python command completion with...
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-18  Tom Tromeyconstify complete_line
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-10-02  Keith SeitzConstification of parse_linespec and fallout:
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-02-05  Doug Evans * completer.c (location_completer): Fix typo in comment.
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-07  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Add...
2012-12-07  Tom Tromey * expression.h (parse_expression_for_completion):...
2012-11-20  Mike Frysingergdb: include help aliases in help command completion
2012-11-20  Tom Tromey * completer.c (count_struct_fields): Remove.
2012-08-10  Mike Frysingergdb: add completion handler for "handle" and "signal"
2012-06-13  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
2012-02-07  Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-12  Michael Snyder2011-03-11 Michael Snyder <msnyder@vmware.com>
2011-02-26  Michael Snyder2011-02-25 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
next
This page took 0.883713 seconds and 106 git commands to generate.