Age | Commit message (Expand) | Author | Files | Lines |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -1/+1 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -14/+6 |
2022-08-10 | gdb/mi: fix breakpoint script field output | Simon Marchi | 1 | -1/+10 |
2022-06-22 | Move mi_interpreter to mi-interp.h | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -10/+10 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -21/+21 |
2022-03-29 | gdb/mi: fix use after free of frame_info causing spurious notifications | Andrew Burgess | 1 | -10/+34 |
2022-03-16 | gdb/mi: consistently notify user when GDB/MI client uses -thread-select | Jan Vrany | 1 | -9/+42 |
2022-03-08 | gdb/mi: preserve user selected thread and frame when invoking MI commands | Jan Vrany | 1 | -63/+11 |
2022-03-07 | gdb/mi: add --no-connection to MI -add-inferior command | Andrew Burgess | 1 | -5/+40 |
2022-03-07 | gdb/mi: fix regression in mi -add-inferior command | Umair Sair | 1 | -0/+4 |
2022-01-05 | Implement putstr and putstrn in ui_file | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use gdb_stdlog for MI debugging | Tom Tromey | 1 | -4/+4 |
2021-12-14 | gdb/mi: use separate classes for different types of MI command | Jan Vrany | 1 | -34/+3 |
2021-12-14 | gdb/mi: int to bool conversion in mi_execute_cli_command | Andrew Burgess | 1 | -9/+13 |
2021-11-25 | gdb: introduce a new overload of target_can_async_p | Andrew Burgess | 1 | -2/+2 |
2021-11-08 | gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no... | Simon Marchi | 1 | -3/+4 |
2021-07-13 | gdb: disable commit-resumed on -exec-interrupt --thread-group | Simon Marchi | 1 | -0/+3 |
2021-05-27 | gdb: remove unnecessary lookup_cmd when deprecating commands | Simon Marchi | 1 | -12/+14 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -7/+7 |
2021-04-01 | Use startswith in gdb subfolder. | Martin Liska | 1 | -4/+4 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -0/+4 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -3/+4 |
2021-03-24 | gdb: move all "current target" wrapper implementations to target.c | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -15/+15 |
2020-10-29 | Remove exec_filename macro | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Turn target_can_execute_reverse into function | Tom Tromey | 1 | -2/+2 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-03-13 | Use common_val_print in mi-main.c | Tom Tromey | 1 | -3/+1 |
2020-01-17 | gdb: remove uses of iterate_over_inferiors in mi/mi-main.c | Simon Marchi | 1 | -46/+27 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Introduce switch_to_inferior_no_thread | Pedro Alves | 1 | -5/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-06 | Use strtok_r instead of strtok | Christian Biesinger | 1 | -1/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -3/+3 |
2019-10-07 | Renaming of ctf (the trace format) files | Weimin Pan | 1 | -1/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -18/+18 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -5/+5 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-05-17 | MI: Add new command -complete | Jan Vrany | 1 | -0/+45 |
2019-05-10 | Fix GDB build when using --disable-gdbmi | Simon Marchi | 1 | -19/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |