summaryrefslogtreecommitdiff
path: root/gdb/completer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey2012-06-131-82/+55
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* 2011-03-11 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-121-2/+2
* 2011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-261-4/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-12-311-87/+106
* gdbTom Tromey2010-09-301-5/+24
* gdbTom Tromey2010-08-181-2/+9
* 2010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-131-1/+4
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-4/+0
* ChangeLog:Ulrich Weigand2010-03-261-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+2
* * completer.c (complete_line_internal): Make sure the commandJoel Brobecker2009-11-191-2/+2
* Fix completer problem for filename completion on the first try.Pierre Muller2009-03-251-23/+74