Age | Commit message (Expand) | Author | Files | Lines |
2025-02-09 | gdb: include a still-mapped flag in solib unload notification | Andrew Burgess | 1 | -4/+10 |
2024-12-18 | Run check-include-guards.py | Tom Tromey | 1 | -3/+3 |
2024-05-17 | Don't allow new-ui to start the TUI | Tom Tromey | 1 | -2/+8 |
2024-02-05 | gdb: rename struct shobj -> struct solib | Simon Marchi | 1 | -5/+5 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-10-19 | gdb: rename struct so_list to shobj | Simon Marchi | 1 | -5/+5 |
2023-10-19 | gdb: replace some so_list parameters to use references | Simon Marchi | 1 | -4/+4 |
2023-09-07 | gdb: remove interp_supports_command_editing | Simon Marchi | 1 | -4/+0 |
2023-09-07 | gdb: remove interp_pre_command_loop | Simon Marchi | 1 | -4/+0 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -2/+6 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_memory_changed method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_param_changed method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_breakpoint_modified method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_breakpoint_deleted method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_breakpoint_created method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_tsv_modified method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_tsv_deleted method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_tsv_created method | Simon Marchi | 1 | -0/+7 |
2023-05-30 | gdb: add interp::on_traceframe_changed method | Simon Marchi | 1 | -0/+10 |
2023-05-30 | gdb: add interp::on_about_to_proceed method | Simon Marchi | 1 | -0/+4 |
2023-05-30 | gdb: add interp::on_solib_unloaded method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_solib_loaded method | Simon Marchi | 1 | -0/+7 |
2023-05-30 | gdb: add interp::on_target_resumed method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_record_changed method | Simon Marchi | 1 | -0/+18 |
2023-05-30 | gdb: add interp::on_inferior_removed method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_inferior_disappeared method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_inferior_appeared method | Simon Marchi | 1 | -2/+8 |
2023-05-30 | gdb: add interp::on_inferior_added method | Simon Marchi | 1 | -0/+7 |
2023-05-30 | gdb: add interp::on_thread_exited method | Simon Marchi | 1 | -0/+6 |
2023-05-30 | gdb: add interp::on_new_thread method | Simon Marchi | 1 | -0/+7 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_command_error method | Simon Marchi | 1 | -0/+4 |
2023-05-30 | gdb: add interp::on_sync_execution_done method | Simon Marchi | 1 | -0/+4 |
2023-05-30 | gdb: add interp::on_no_history method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_exited method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_signal_exited method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_normal_stop method | Simon Marchi | 1 | -0/+7 |
2023-05-30 | gdb: add interp::on_signal_received method | Simon Marchi | 1 | -0/+8 |
2023-05-01 | gdb: store interps in an intrusive_list | Simon Marchi | 1 | -5/+3 |
2023-03-07 | gdb: initialize interp::next | Simon Marchi | 1 | -1/+1 |
2023-03-07 | gdb: make interp::m_name an `const char *` | Simon Marchi | 1 | -6/+6 |
2023-02-08 | Simplify interp::exec / interp_exec - let exceptions propagate | Pedro Alves | 1 | -3/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Remove MI version 1 | Tom Tromey | 1 | -1/+0 |
2022-08-10 | gdb/mi: fix breakpoint script field output | Simon Marchi | 1 | -0/+1 |
2022-06-22 | Use unique_xmalloc_ptr in interp | Tom Tromey | 1 | -5/+5 |
2022-04-06 | gdb: make interp_add static | Andrew Burgess | 1 | -2/+0 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |