Age | Commit message (Expand) | Author | Files | Lines |
2024-03-25 | gdb: fix b/p conditions with infcalls in multi-threaded inferiors | Andrew Burgess | 1 | -1/+2 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -0/+3 |
2023-05-30 | gdb: add interp::on_normal_stop method | Simon Marchi | 1 | -0/+4 |
2023-05-30 | gdb: add interp::on_signal_received method | Simon Marchi | 1 | -0/+4 |
2023-04-24 | gdb: remove end_stepping_range observable | Simon Marchi | 1 | -4/+0 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 1 | -3/+0 |
2023-02-27 | Improve "info program" | Pedro Alves | 1 | -0/+3 |
2023-02-27 | Convert previous_inferior_ptid to strong reference to thread_info | Pedro Alves | 1 | -0/+4 |
2023-01-13 | gdb: int to bool conversion for normal_stop | Andrew Burgess | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | gdb: improve infrun_debug_show_threads output | Andrew Burgess | 1 | -0/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -2/+2 |
2022-05-03 | gdb: add some additional thread status debug output | Andrew Burgess | 1 | -0/+26 |
2022-04-04 | gdb/infrun: add inferior parameters to stop_all_threads and restart_threads | Simon Marchi | 1 | -2/+5 |
2022-03-31 | gdb/infrun: add reason parameter to stop_all_threads | Simon Marchi | 1 | -4/+7 |
2022-03-14 | Replace deprecated_target_wait_hook by observers | Patrick Monnerat | 1 | -3/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-22 | gdb: pass more const target_waitstatus by reference | Simon Marchi | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -1/+1 |
2021-07-12 | gdb: use intrusive list for step-over chain | Simon Marchi | 1 | -1/+3 |
2021-05-08 | gdb: add missing space in infrun_debug_printf | Simon Marchi | 1 | -1/+1 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -0/+98 |
2021-02-03 | detach in all-stop with threads running | Pedro Alves | 1 | -0/+4 |
2021-01-04 | gdb: introduce scoped debug prints | Simon Marchi | 1 | -0/+10 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | gdb: make debug_infrun a bool | Simon Marchi | 1 | -1/+1 |
2020-12-11 | gdb: factor out debug_prefixed_printf_cond | Simon Marchi | 1 | -6/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -3/+0 |
2020-12-04 | gdb: move displaced stepping types to displaced-stepping.{h,c} | Simon Marchi | 1 | -78/+0 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -8/+9 |
2020-12-04 | gdb: rename things related to step over chains | Simon Marchi | 1 | -2/+2 |
2020-10-31 | gdb: restore some checks of debug flags | Andrew Burgess | 1 | -2/+12 |
2020-10-31 | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 1 | -20/+4 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -3/+15 |
2020-09-25 | gdb: fix formatting of _debug_printf macros | Simon Marchi | 1 | -4/+6 |
2020-08-24 | gdb: add infrun_debug_printf macro | Simon Marchi | 1 | -0/+11 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -1/+1 |
2020-03-06 | Pass thread_info pointer to various inferior control functions | Simon Marchi | 1 | -1/+4 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -1/+3 |
2020-02-14 | gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear | Simon Marchi | 1 | -2/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -5/+13 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -0/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -5/+5 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-19 | Don't show "display"s twice in MI | Tom Tromey | 1 | -2/+3 |
2019-01-02 | Place displaced step data directly in inferior structure | Simon Marchi | 1 | -0/+44 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |