]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/completer.c
include, libctf: add a bunch of documentation to ctf-api.h
[thirdparty/binutils-gdb.git] / gdb / completer.c
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-25  Andrew Burgessgdb: move more completion setup into completer.c
2024-03-25  Andrew Burgessgdb/completion: make completion_find_completion_word...
2024-03-25  Andrew Burgessgdb: remove special case completion word handling for...
2024-03-25  Andrew Burgessgdb: remove some dead code from completer.c
2024-03-25  Andrew Burgessgdb: allow double quotes for quoting filenames
2024-03-25  Andrew Burgessgdb: fix bug where quote characters would become nullptr
2024-03-25  Andrew Burgessgdb: remove skip_quoted and skip_quoted_chars
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-12  Andrew Burgessgdb: add trailing '/' when using 'complete' with direct...
2023-12-13  Tom TromeyUse unique_xmalloc_ptr in explicit_location_spec
2023-11-08  Andrew Burgessgdb: make skip_over_slash_fmt available outside printcmd.c
2023-11-07  Tom TromeyRemove EXTERN_C and related defines
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-06-17  Pedro AlvesEliminate the two-level data structures behind location...
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-04-07  Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07  Andrew Burgessgdb: remove reggroup_next and reggroup_prev
2022-04-04  Tom TromeyRefactor expression completion
2022-03-21  Andreas SchwabAdd support for readline 8.2
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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...
next