Age | Commit message (Expand) | Author | Files | Lines |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 7 | -16/+16 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 2 | -4/+4 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -2/+1 |
2023-10-19 | gdb: rename struct so_list to shobj | Simon Marchi | 3 | -7/+7 |
2023-10-19 | gdb: link so_list using intrusive_list | Simon Marchi | 1 | -4/+4 |
2023-10-19 | gdb: make so_list::{so_original_name,so_name} std::strings | Simon Marchi | 1 | -2/+3 |
2023-10-19 | gdb: replace some so_list parameters to use references | Simon Marchi | 3 | -17/+17 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 2 | -5/+5 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 2 | -2/+2 |
2023-09-19 | Use gdb::checked_static_cast for tracepoints | Tom Tromey | 1 | -3/+6 |
2023-09-07 | gdb/mi: make current_token a field of mi_interp | Simon Marchi | 4 | -14/+19 |
2023-09-07 | gdb: fix indentation in mi/mi-parse.h | Simon Marchi | 1 | -59/+59 |
2023-09-01 | Fix "usage" errors for some MI varobj commands | Tom Tromey | 1 | -3/+3 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 2 | -2/+5 |
2023-08-23 | gdb: remove mi_parse::make functions | Andrew Burgess | 3 | -55/+41 |
2023-08-23 | gdb: have mi_out_new return std::unique_ptr | Andrew Burgess | 4 | -7/+7 |
2023-08-18 | Remove most includes of psymtab.h | Tom Tromey | 1 | -1/+0 |
2023-08-17 | gdb: add inferior-specific breakpoints | Andrew Burgess | 3 | -4/+31 |
2023-07-07 | Remove unchecked casts to mi_interp | Tom Tromey | 3 | -27/+39 |
2023-06-20 | Use unique_xmalloc_ptr for mi_parse::command | Tom Tromey | 4 | -19/+19 |
2023-06-20 | Use std::string for MI token | Tom Tromey | 4 | -24/+19 |
2023-06-12 | Transfer ownership of exception string to ada_catchpoint | Tom Tromey | 1 | -2/+2 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-31 | Improve MI -dprintf-insert documentation | Tom Tromey | 1 | -5/+5 |
2023-05-30 | gdb: add interp::on_memory_changed method | Simon Marchi | 2 | -37/+23 |
2023-05-30 | gdb: add interp::on_param_changed method | Simon Marchi | 2 | -24/+11 |
2023-05-30 | gdb: add interp::on_breakpoint_modified method | Simon Marchi | 3 | -22/+9 |
2023-05-30 | gdb: add interp::on_breakpoint_deleted method | Simon Marchi | 2 | -21/+7 |
2023-05-30 | gdb: add interp::on_breakpoint_created method | Simon Marchi | 2 | -21/+8 |
2023-05-30 | gdb: add interp::on_tsv_modified method | Simon Marchi | 2 | -27/+15 |
2023-05-30 | gdb: add interp::on_tsv_deleted method | Simon Marchi | 2 | -22/+11 |
2023-05-30 | gdb: add interp::on_tsv_created method | Simon Marchi | 2 | -20/+9 |
2023-05-30 | gdb: add interp::on_traceframe_changed method | Simon Marchi | 2 | -24/+12 |
2023-05-30 | gdb: add interp::on_about_to_proceed method | Simon Marchi | 2 | -10/+4 |
2023-05-30 | gdb: add interp::on_solib_unloaded method | Simon Marchi | 2 | -26/+14 |
2023-05-30 | gdb: add interp::on_solib_loaded method | Simon Marchi | 2 | -20/+10 |
2023-05-30 | gdb: add interp::on_target_resumed method | Simon Marchi | 2 | -15/+6 |
2023-05-30 | gdb: add interp::on_record_changed method | Simon Marchi | 2 | -41/+24 |
2023-05-30 | gdb: add interp::on_inferior_removed method | Simon Marchi | 2 | -18/+7 |
2023-05-30 | gdb: add interp::on_inferior_disappeared method | Simon Marchi | 2 | -22/+13 |
2023-05-30 | gdb: add interp::on_inferior_appeared method | Simon Marchi | 2 | -18/+8 |
2023-05-30 | gdb: add interp::on_inferior_added method | Simon Marchi | 2 | -38/+9 |
2023-05-30 | gdb: add interp::on_thread_exited method | Simon Marchi | 2 | -18/+8 |
2023-05-30 | gdb: add interp::on_new_thread method | Simon Marchi | 2 | -18/+8 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 3 | -44/+23 |
2023-05-30 | gdb: add interp::on_command_error method | Simon Marchi | 2 | -8/+4 |
2023-05-30 | gdb: add interp::on_sync_execution_done method | Simon Marchi | 2 | -13/+4 |
2023-05-30 | gdb: add interp::on_no_history method | Simon Marchi | 2 | -37/+5 |