aboutsummaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-10/+14
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-27Avoid -Wnarrowing warnings from quote_char()Tom Tromey1-1/+1
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-1/+1
2018-04-05Change streq to return boolTom Tromey1-2/+2
2018-02-21Remove a cleanup from parse_expression_for_completionTom Tromey1-14/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves1-8/+15
2017-12-13Factor out final completion match string buildingPedro Alves1-28/+64
2017-12-05Remove some unused variablesSimon Marchi1-5/+0
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-6/+38
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-4/+13
2017-11-25Fix completing an empty stringPedro Alves1-3/+6
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-0/+4
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves1-0/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-20Make language_def O(1)Pedro Alves1-8/+0