summaryrefslogtreecommitdiff
path: root/gdb/completer.c
Commit message (Expand)AuthorAgeFilesLines
* Make language_def O(1)Pedro Alves2017-07-201-8/+0
* A smarter linespec completerPedro Alves2017-07-171-32/+47
* Explicit locations -label completerPedro Alves2017-07-171-1/+7
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-109/+459
* "complete" command and completion word break charactersPedro Alves2017-07-171-0/+173
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-353/+578
* Clean up "completer_handle_brkchars" callback handlingPedro Alves2017-07-171-41/+98
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-0/+9
* Expression completer should not match explicit location optionsPedro Alves2017-06-291-1/+1
* Remove old stale expression_completer hackPedro Alves2017-06-291-9/+1
* Introduce event_location_upTom Tromey2017-04-121-9/+5
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+2
* -Wwrite-strings: Constify word break character arraysPedro Alves2017-04-051-24/+35
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* null-terminate string in linespec_location_completerYao Qi2016-08-191-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-2/+3
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-13/+15
* Explicit locations: add UI features for CLIKeith Seitz2015-08-111-22/+196
* Revert "Sync readline/ to version 7.0 alpha"Patrick Palka2015-07-251-1/+1
* Sync readline/ to version 7.0 alphaPatrick Palka2015-07-251-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* gdb: Rework command completion on 'tui reg'.Andrew Burgess2015-06-131-21/+60
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+7
* Do not increment of decrement enumsTom Tromey2015-02-271-2/+2
* Add extern "C" to declarations of C symbolsPedro Alves2015-02-271-4/+6
* completer.c (complete_line): Remove incorrect comment.Doug Evans2015-02-121-8/+1
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-10/+191
* Remove premature comments from previous patch to completer.cDoug Evans2015-01-311-7/+2
* Unify CLI/TUI interface to readline tab completion.Doug Evans2015-01-311-0/+554
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Provide completer for "info registers"Andreas Arnez2014-12-121-0/+42
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2014-09-031-0/+21
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify complete_lineTom Tromey2014-06-181-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-5/+6
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-20/+26
* * completer.c (location_completer): Fix typo in comment.Doug Evans2013-02-051-1/+1
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey2012-12-071-1/+11
* * expression.h (parse_expression_for_completion): RenameTom Tromey2012-12-071-1/+1
* gdb: include help aliases in help command completionMike Frysinger2012-11-201-5/+12
* * completer.c (count_struct_fields): Remove.Tom Tromey2012-11-201-34/+0
* gdb: add completion handler for "handle" and "signal"Mike Frysinger2012-08-101-0/+32