aboutsummaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-3/+3
2022-06-17event_location -> location_specPedro Alves1-20/+20
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess1-1/+1
2022-04-07gdb: remove reggroup_next and reggroup_prevAndrew Burgess1-5/+1
2022-04-04Refactor expression completionTom Tromey1-84/+8
2022-03-21Add support for readline 8.2Andreas Schwab1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-4/+4
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-1/+1
2021-06-07gdb_rl_find_completion_word: Remove 'found_quote' localPedro Alves1-20/+2
2021-05-26Introduce htab_delete_entryTom Tromey1-12/+5
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-2/+2
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-4/+4
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess1-3/+2
2020-12-07gdb/completer: improve tab completion to consider the '-force-condition' flagTankut Baris Aktemur1-1/+5
2020-12-04[gdb] Fix heap-buffer-overflow in completion_tracker::build_completion_resultTom de Vries1-1/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-9/+9
2020-09-17Use htab_up in completion_trackerTom Tromey1-16/+13
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-1/+1
2020-06-17gdb: Convert language la_word_break_characters field to a methodAndrew Burgess1-6/+6
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-05-24Revert "Add completion styling"Tom Tromey1-50/+7
2020-05-23Add completion stylingTom Tromey1-7/+50
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-04-20Mark move constructors as "noexcept"Tom Tromey1-7/+3
2020-04-15gdb: Don't corrupt completions hash when expanding the hash tableAndrew Burgess1-1/+17
2020-03-19gdb: Remove C++ symbol aliases from completion listAndrew Burgess1-0/+14
2020-03-19gdb: Restructure the completion_tracker classAndrew Burgess1-31/+164
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-5/+5
2019-11-26Remove unused function set_gdb_completion_word_break_charactersSimon Marchi1-17/+0
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13Introduce complete_nested_command_linePedro Alves1-0/+36
2019-06-13Migrate rest of compile commands to new options frameworkPedro Alves1-6/+28
2019-06-13Fix latent bug with custom word point completersPedro Alves1-1/+4
2019-06-13Fix latent bug in custom word point completion handlingPedro Alves1-1/+8
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-15/+4
2019-05-30Initialize variable word in completeJan Vrany1-0/+7
2019-05-17MI: extract command completion logic from complete_command()Jan Vrany1-0/+35
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-04-06Revert the header-sorting patchTom Tromey1-14/+10