aboutsummaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-0/+21
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18constify complete_lineTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-5/+6
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-20/+26
2013-02-05 * completer.c (location_completer): Fix typo in comment.Doug Evans1-1/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey1-1/+11
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey1-1/+1