aboutsummaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)Author
2017-07-20Make language_def O(1)Pedro Alves
2017-07-17A smarter linespec completerPedro Alves
2017-07-17Explicit locations -label completerPedro Alves
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves
2017-07-17"complete" command and completion word break charactersPedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves
2017-06-29Expression completer should not match explicit location optionsPedro Alves
2017-06-29Remove old stale expression_completer hackPedro Alves
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-19null-terminate string in linespec_location_completerYao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz
2015-08-11Explicit locations: add UI features for CLIKeith Seitz
2015-07-25Revert "Sync readline/ to version 7.0 alpha"Patrick Palka
2015-07-25Sync readline/ to version 7.0 alphaPatrick Palka
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27Do not increment of decrement enumsTom Tromey
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves
2015-02-12completer.c (complete_line): Remove incorrect comment.Doug Evans
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson
2015-01-31Remove premature comments from previous patch to completer.cDoug Evans
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12Provide completer for "info registers"Andreas Arnez
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify complete_lineTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-10-02Constification of parse_linespec and fallout:Keith Seitz
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves
2013-02-05 * completer.c (location_completer): Fix typo in comment.Doug Evans
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey
2012-11-20gdb: include help aliases in help command completionMike Frysinger
2012-11-20 * completer.c (count_struct_fields): Remove.Tom Tromey
2012-08-10gdb: add completion handler for "handle" and "signal"Mike Frysinger