]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/completer.c
gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
[thirdparty/binutils-gdb.git] / gdb / completer.c
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-23  Tom TromeyChange pointer_type to a method of struct type
2021-06-07  Pedro Alvesgdb_rl_find_completion_word: Remove 'found_quote' local
2021-05-26  Tom TromeyIntroduce htab_delete_entry
2021-05-17  Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17  Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-07  Tom TromeyRemove streq_hash in favor of htab_eq_string
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11  Andrew Burgessgdb: don't warn about deprecated aliases during tab...
2020-12-07  Tankut Baris Aktemurgdb/completer: improve tab completion to consider the...
2020-12-04  Tom de Vries[gdb] Fix heap-buffer-overflow in completion_tracker...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-17  Tom TromeyUse htab_up in completion_tracker
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-06-17  Andrew Burgessgdb: Convert language la_word_break_characters field...
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
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...
next