summaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)Author
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
2019-05-30Initialize variable word in completeJan Vrany
2019-05-17MI: extract command completion logic from complete_command()Jan Vrany
2019-04-08Replace throw_exception with throw in some casesTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-27Avoid -Wnarrowing warnings from quote_char()Tom Tromey
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey
2018-04-05Change streq to return boolTom Tromey
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves
2017-12-13Factor out final completion match string buildingPedro Alves
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-29Handle custom completion match prefix / LCDPedro Alves
2017-11-25Fix completing an empty stringPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves