summaryrefslogtreecommitdiff
path: root/gdb/completer.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Eliminate the two-level data structures behind location_specsPedro Alves2022-06-171-3/+3
* event_location -> location_specPedro Alves2022-06-171-20/+20
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-071-1/+1
* gdb: remove reggroup_next and reggroup_prevAndrew Burgess2022-04-071-5/+1
* Refactor expression completionTom Tromey2022-04-041-84/+8
* Add support for readline 8.2Andreas Schwab2022-03-211-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-4/+4
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-1/+1
* gdb_rl_find_completion_word: Remove 'found_quote' localPedro Alves2021-06-071-20/+2
* Introduce htab_delete_entryTom Tromey2021-05-261-12/+5
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-2/+2
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-4/+4
* Remove streq_hash in favor of htab_eq_stringTom Tromey2021-05-071-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: don't warn about deprecated aliases during tab completionAndrew Burgess2020-12-111-3/+2
* gdb/completer: improve tab completion to consider the '-force-condition' flagTankut Baris Aktemur2020-12-071-1/+5
* [gdb] Fix heap-buffer-overflow in completion_tracker::build_completion_resultTom de Vries2020-12-041-1/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-9/+9
* Use htab_up in completion_trackerTom Tromey2020-09-171-16/+13
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-1/+1
* gdb: Convert language la_word_break_characters field to a methodAndrew Burgess2020-06-171-6/+6
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* Revert "Add completion styling"Tom Tromey2020-05-241-50/+7
* Add completion stylingTom Tromey2020-05-231-7/+50
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Mark move constructors as "noexcept"Tom Tromey2020-04-201-7/+3
* gdb: Don't corrupt completions hash when expanding the hash tableAndrew Burgess2020-04-151-1/+17
* gdb: Remove C++ symbol aliases from completion listAndrew Burgess2020-03-191-0/+14
* gdb: Restructure the completion_tracker classAndrew Burgess2020-03-191-31/+164
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-5/+5
* Remove unused function set_gdb_completion_word_break_charactersSimon Marchi2019-11-261-17/+0
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Introduce complete_nested_command_linePedro Alves2019-06-131-0/+36
* Migrate rest of compile commands to new options frameworkPedro Alves2019-06-131-6/+28
* Fix latent bug with custom word point completersPedro Alves2019-06-131-1/+4
* Fix latent bug in custom word point completion handlingPedro Alves2019-06-131-1/+8
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-15/+4
* Initialize variable word in completeJan Vrany2019-05-301-0/+7
* MI: extract command completion logic from complete_command()Jan Vrany2019-05-171-0/+35
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Revert the header-sorting patchTom Tromey2019-04-061-14/+10