Age | Commit message (Expand) | Author | Files | Lines |
2018-04-05 | Change streq to return bool | Tom Tromey | 1 | -2/+2 |
2018-02-21 | Remove a cleanup from parse_expression_for_completion | Tom Tromey | 1 | -14/+8 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-13 | Fix regression: expression completer and scope operator (PR gdb/22584) | Pedro Alves | 1 | -8/+15 |
2017-12-13 | Factor out final completion match string building | Pedro Alves | 1 | -28/+64 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -5/+0 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -6/+38 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -4/+13 |
2017-11-25 | Fix completing an empty string | Pedro Alves | 1 | -3/+6 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+4 |
2017-10-04 | Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH) | Pedro Alves | 1 | -0/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -8/+0 |
2017-07-17 | A smarter linespec completer | Pedro Alves | 1 | -32/+47 |
2017-07-17 | Explicit locations -label completer | Pedro Alves | 1 | -1/+7 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -109/+459 |
2017-07-17 | "complete" command and completion word break characters | Pedro Alves | 1 | -0/+173 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -353/+578 |
2017-07-17 | Clean up "completer_handle_brkchars" callback handling | Pedro Alves | 1 | -41/+98 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -0/+9 |
2017-06-29 | Expression completer should not match explicit location options | Pedro Alves | 1 | -1/+1 |
2017-06-29 | Remove old stale expression_completer hack | Pedro Alves | 1 | -9/+1 |
2017-04-12 | Introduce event_location_up | Tom Tromey | 1 | -9/+5 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+2 |
2017-04-05 | -Wwrite-strings: Constify word break character arrays | Pedro Alves | 1 | -24/+35 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-19 | null-terminate string in linespec_location_completer | Yao Qi | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -2/+3 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-13 | Mass rename `explicit' -> `explicit_loc'. | Keith Seitz | 1 | -13/+15 |
2015-08-11 | Explicit locations: add UI features for CLI | Keith Seitz | 1 | -22/+196 |
2015-07-25 | Revert "Sync readline/ to version 7.0 alpha" | Patrick Palka | 1 | -1/+1 |
2015-07-25 | Sync readline/ to version 7.0 alpha | Patrick Palka | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-06-13 | gdb: Rework command completion on 'tui reg'. | Andrew Burgess | 1 | -21/+60 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+7 |
2015-02-27 | Do not increment of decrement enums | Tom Tromey | 1 | -2/+2 |
2015-02-27 | Add extern "C" to declarations of C symbols | Pedro Alves | 1 | -4/+6 |
2015-02-12 | completer.c (complete_line): Remove incorrect comment. | Doug Evans | 1 | -8/+1 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -10/+191 |
2015-01-31 | Remove premature comments from previous patch to completer.c | Doug Evans | 1 | -7/+2 |
2015-01-31 | Unify CLI/TUI interface to readline tab completion. | Doug Evans | 1 | -0/+554 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | Provide completer for "info registers" | Andreas Arnez | 1 | -0/+42 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 1 | -0/+21 |