summaryrefslogtreecommitdiff
path: root/gdb/completer.c
Commit message (Expand)AuthorAgeFilesLines
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-1/+1
* gdb: Convert language la_word_break_characters field to a methodAndrew Burgess2020-06-171-6/+6
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* Revert "Add completion styling"Tom Tromey2020-05-241-50/+7
* Add completion stylingTom Tromey2020-05-231-7/+50
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Mark move constructors as "noexcept"Tom Tromey2020-04-201-7/+3
* gdb: Don't corrupt completions hash when expanding the hash tableAndrew Burgess2020-04-151-1/+17
* gdb: Remove C++ symbol aliases from completion listAndrew Burgess2020-03-191-0/+14
* gdb: Restructure the completion_tracker classAndrew Burgess2020-03-191-31/+164
* 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