summaryrefslogtreecommitdiff
path: root/gdb/completer.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-5/+5
* Remove unused function set_gdb_completion_word_break_charactersSimon Marchi2019-11-261-17/+0
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Introduce complete_nested_command_linePedro Alves2019-06-131-0/+36
* Migrate rest of compile commands to new options frameworkPedro Alves2019-06-131-6/+28
* Fix latent bug with custom word point completersPedro Alves2019-06-131-1/+4
* Fix latent bug in custom word point completion handlingPedro Alves2019-06-131-1/+8
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-15/+4
* Initialize variable word in completeJan Vrany2019-05-301-0/+7
* MI: extract command completion logic from complete_command()Jan Vrany2019-05-171-0/+35
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Revert the header-sorting patchTom Tromey2019-04-061-14/+10
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-10/+14
* 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