summaryrefslogtreecommitdiff
path: root/gdb/completer.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-10/+19
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid -Wnarrowing warnings from quote_char()Tom Tromey2018-08-271-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-1/+1
* Change streq to return boolTom Tromey2018-04-051-2/+2
* Remove a cleanup from parse_expression_for_completionTom Tromey2018-02-211-14/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves2017-12-131-8/+15
* Factor out final completion match string buildingPedro Alves2017-12-131-28/+64
* Remove some unused variablesSimon Marchi2017-12-051-5/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-6/+38
* Handle custom completion match prefix / LCDPedro Alves2017-11-291-4/+13
* Fix completing an empty stringPedro Alves2017-11-251-3/+6
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+4
* Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves2017-10-041-0/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* 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