summaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-12gdb: add trailing '/' when using 'complete' with directory namesAndrew Burgess
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey
2023-11-08gdb: make skip_over_slash_fmt available outside printcmd.cAndrew Burgess
2023-11-06Remove EXTERN_C and related definesTom Tromey
2023-09-20Remove explanatory comments from includesTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves
2022-06-17event_location -> location_specPedro Alves
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess
2022-04-07gdb: remove reggroup_next and reggroup_prevAndrew Burgess
2022-04-04Refactor expression completionTom Tromey
2022-03-21Add support for readline 8.2Andreas Schwab
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-09-23Change pointer_type to a method of struct typeTom Tromey
2021-06-07gdb_rl_find_completion_word: Remove 'found_quote' localPedro Alves
2021-05-26Introduce htab_delete_entryTom Tromey
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess
2020-12-07gdb/completer: improve tab completion to consider the '-force-condition' flagTankut Baris Aktemur
2020-12-04[gdb] Fix heap-buffer-overflow in completion_tracker::build_completion_resultTom de Vries
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-17Use htab_up in completion_trackerTom Tromey
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers
2020-06-17gdb: Convert language la_word_break_characters field to a methodAndrew Burgess
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi
2020-05-24Revert "Add completion styling"Tom Tromey
2020-05-23Add completion stylingTom Tromey
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-04-20Mark move constructors as "noexcept"Tom Tromey
2020-04-15gdb: Don't corrupt completions hash when expanding the hash tableAndrew Burgess
2020-03-19gdb: Remove C++ symbol aliases from completion listAndrew Burgess
2020-03-19gdb: Restructure the completion_tracker classAndrew Burgess
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-30Allow . character as part of command names.Philippe Waroquiers
2019-11-26Remove unused function set_gdb_completion_word_break_charactersSimon Marchi
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-13Introduce complete_nested_command_linePedro Alves
2019-06-13Migrate rest of compile commands to new options frameworkPedro Alves
2019-06-13Fix latent bug with custom word point completersPedro Alves
2019-06-13Fix latent bug in custom word point completion handlingPedro Alves
2019-06-04Introduce and use make_unique_xstrdupPedro Alves