summaryrefslogtreecommitdiff
path: root/gdb/completer.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves
2017-12-13Factor out final completion match string buildingPedro Alves
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-29Handle custom completion match prefix / LCDPedro Alves
2017-11-25Fix completing an empty stringPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
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