aboutsummaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-2/+3
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-13/+15
2015-08-11Explicit locations: add UI features for CLIKeith Seitz1-22/+196
2015-07-25Revert "Sync readline/ to version 7.0 alpha"Patrick Palka1-1/+1
2015-07-25Sync readline/ to version 7.0 alphaPatrick Palka1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess1-21/+60
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+7
2015-02-27Do not increment of decrement enumsTom Tromey1-2/+2
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-4/+6
2015-02-12completer.c (complete_line): Remove incorrect comment.Doug Evans1-8/+1
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-10/+191
2015-01-31Remove premature comments from previous patch to completer.cDoug Evans1-7/+2
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans1-0/+554
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12Provide completer for "info registers"Andreas Arnez1-0/+42