Age | Commit message (Expand) | Author | Files | Lines |
2019-06-13 | Introduce complete_nested_command_line | Pedro Alves | 1 | -0/+36 |
2019-06-13 | Migrate rest of compile commands to new options framework | Pedro Alves | 1 | -6/+28 |
2019-06-13 | Fix latent bug with custom word point completers | Pedro Alves | 1 | -1/+4 |
2019-06-13 | Fix latent bug in custom word point completion handling | Pedro Alves | 1 | -1/+8 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -15/+4 |
2019-05-30 | Initialize variable word in complete | Jan Vrany | 1 | -0/+7 |
2019-05-17 | MI: extract command completion logic from complete_command() | Jan Vrany | 1 | -0/+35 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -14/+10 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -10/+14 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-27 | Avoid -Wnarrowing warnings from quote_char() | Tom Tromey | 1 | -1/+1 |
2018-06-01 | Remove type_name_no_tag and rename type_name_no_tag_or_error | Tom Tromey | 1 | -1/+1 |
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 |