aboutsummaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-17A smarter linespec completerPedro Alves1-32/+47
2017-07-17Explicit locations -label completerPedro Alves1-1/+7
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-109/+459
2017-07-17"complete" command and completion word break charactersPedro Alves1-0/+173
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-353/+578
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-41/+98
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-0/+9
2017-06-29Expression completer should not match explicit location optionsPedro Alves1-1/+1
2017-06-29Remove old stale expression_completer hackPedro Alves1-9/+1
2017-04-12Introduce event_location_upTom Tromey1-9/+5
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves1-24/+35
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-19null-terminate string in linespec_location_completerYao Qi1-1/+2