Age | Commit message (Expand) | Author | Files | Lines |
2024-06-27 | gdb: add overloads of gdb_tilde_expand | Andrew Burgess | 1 | -1/+1 |
2024-06-24 | Prefer htab_traverse_noresize | Tom Tromey | 1 | -1/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-25 | gdb: move more completion setup into completer.c | Andrew Burgess | 1 | -5/+19 |
2024-03-25 | gdb/completion: make completion_find_completion_word static | Andrew Burgess | 1 | -2/+12 |
2024-03-25 | gdb: remove special case completion word handling for filenames | Andrew Burgess | 1 | -21/+4 |
2024-03-25 | gdb: remove some dead code from completer.c | Andrew Burgess | 1 | -8/+0 |
2024-03-25 | gdb: allow double quotes for quoting filenames | Andrew Burgess | 1 | -11/+23 |
2024-03-25 | gdb: fix bug where quote characters would become nullptr | Andrew Burgess | 1 | -7/+3 |
2024-03-25 | gdb: remove skip_quoted and skip_quoted_chars | Andrew Burgess | 1 | -55/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-12 | gdb: add trailing '/' when using 'complete' with directory names | Andrew Burgess | 1 | -5/+21 |
2023-12-13 | Use unique_xmalloc_ptr in explicit_location_spec | Tom Tromey | 1 | -6/+8 |
2023-11-08 | gdb: make skip_over_slash_fmt available outside printcmd.c | Andrew Burgess | 1 | -0/+53 |
2023-11-06 | Remove EXTERN_C and related defines | Tom Tromey | 1 | -1/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-06-17 | Eliminate the two-level data structures behind location_specs | Pedro Alves | 1 | -3/+3 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -20/+20 |
2022-04-07 | gdb: move struct reggroup into reggroups.h header | Andrew Burgess | 1 | -1/+1 |
2022-04-07 | gdb: remove reggroup_next and reggroup_prev | Andrew Burgess | 1 | -5/+1 |
2022-04-04 | Refactor expression completion | Tom Tromey | 1 | -84/+8 |
2022-03-21 | Add support for readline 8.2 | Andreas Schwab | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -4/+4 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -1/+1 |
2021-06-07 | gdb_rl_find_completion_word: Remove 'found_quote' local | Pedro Alves | 1 | -20/+2 |
2021-05-26 | Introduce htab_delete_entry | Tom Tromey | 1 | -12/+5 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -4/+4 |
2021-05-07 | Remove streq_hash in favor of htab_eq_string | Tom Tromey | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | gdb: don't warn about deprecated aliases during tab completion | Andrew Burgess | 1 | -3/+2 |
2020-12-07 | gdb/completer: improve tab completion to consider the '-force-condition' flag | Tankut Baris Aktemur | 1 | -1/+5 |
2020-12-04 | [gdb] Fix heap-buffer-overflow in completion_tracker::build_completion_result | Tom de Vries | 1 | -1/+3 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -9/+9 |
2020-09-17 | Use htab_up in completion_tracker | Tom Tromey | 1 | -16/+13 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 1 | -1/+1 |
2020-06-17 | gdb: Convert language la_word_break_characters field to a method | Andrew Burgess | 1 | -6/+6 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-24 | Revert "Add completion styling" | Tom Tromey | 1 | -50/+7 |
2020-05-23 | Add completion styling | Tom Tromey | 1 | -7/+50 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -4/+4 |
2020-04-20 | Mark move constructors as "noexcept" | Tom Tromey | 1 | -7/+3 |
2020-04-15 | gdb: Don't corrupt completions hash when expanding the hash table | Andrew Burgess | 1 | -1/+17 |
2020-03-19 | gdb: Remove C++ symbol aliases from completion list | Andrew Burgess | 1 | -0/+14 |
2020-03-19 | gdb: Restructure the completion_tracker class | Andrew Burgess | 1 | -31/+164 |