Age | Commit message (Expand) | Author | Files | Lines |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -4/+7 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -4/+4 |
2023-08-23 | gdb: remove the silent parameter from exit_inferior_1 and cleanup | Andrew Burgess | 1 | -1/+1 |
2023-08-16 | gdb: fix vfork regressions when target-non-stop is off | Andrew Burgess | 1 | -3/+5 |
2023-08-03 | gdb: avoid double stop after failed breakpoint condition check | Andrew Burgess | 1 | -1/+15 |
2023-07-17 | gdb: additional debug output in infrun.c and linux-nat.c | Andrew Burgess | 1 | -4/+24 |
2023-07-17 | gdb: don't resume vfork parent while child is still running | Andrew Burgess | 1 | -4/+20 |
2023-07-17 | gdb, infrun: refactor part of `proceed` into separate function | Mihails Strasuns | 1 | -69/+86 |
2023-07-17 | gdb: fix an issue with vfork in non-stop mode | Andrew Burgess | 1 | -12/+22 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_about_to_proceed method | Simon Marchi | 1 | -1/+11 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_sync_execution_done method | Simon Marchi | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_no_history method | Simon Marchi | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_exited method | Simon Marchi | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_signal_exited method | Simon Marchi | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_normal_stop method | Simon Marchi | 1 | -6/+13 |
2023-05-30 | gdb: add interp::on_signal_received method | Simon Marchi | 1 | -2/+12 |
2023-05-25 | gdb: add breakpoint::first_loc methods | Simon Marchi | 1 | -5/+6 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -0/+1 |
2023-04-24 | gdb: remove end_stepping_range observable | Simon Marchi | 1 | -12/+0 |
2023-04-17 | gdb: switch to right inferior in fetch_inferior_event | Simon Marchi | 1 | -3/+7 |
2023-04-17 | gdb: make regcache::raw_update switch to right inferior | Simon Marchi | 1 | -1/+1 |
2023-04-17 | gdb: add inferior_forked observable | Simon Marchi | 1 | -0/+2 |
2023-04-17 | gdb: pass execing and following inferior to inferior_execd observers | Simon Marchi | 1 | -18/+21 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -6/+6 |
2023-04-04 | gdb: make find_thread_ptid an inferior method | Simon Marchi | 1 | -2/+2 |
2023-04-03 | gdb: cleanup around some set_momentary_breakpoint_at_pc calls | Andrew Burgess | 1 | -4/+8 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 1 | -22/+2 |
2023-03-29 | gdb: more debug output for displaced stepping | Andrew Burgess | 1 | -17/+68 |
2023-03-27 | displaced step: pass down target_waitstatus instead of gdb_signal | Pedro Alves | 1 | -10/+7 |
2023-03-17 | PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever... | Carl Love | 1 | -0/+24 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -4/+4 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 1 | -1/+1 |
2023-02-27 | Remove infrun_thread_thread_exit observer | Pedro Alves | 1 | -9/+0 |
2023-02-27 | all-stop "follow-fork parent" and selecting another thread | Pedro Alves | 1 | -9/+79 |
2023-02-27 | Make follow_fork not rely on get_last_target_status | Pedro Alves | 1 | -30/+37 |
2023-02-27 | Improve "info program" | Pedro Alves | 1 | -2/+11 |
2023-02-27 | Convert previous_inferior_ptid to strong reference to thread_info | Pedro Alves | 1 | -15/+28 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -3/+1 |
2023-02-15 | Don't throw quit while handling inferior events, part II | Pedro Alves | 1 | -0/+9 |
2023-02-15 | Don't throw quit while handling inferior events | Pedro Alves | 1 | -0/+45 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_computed_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_offset into method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -4/+4 |
2023-02-03 | gdb: remove copy_inferior_target_desc_info | Simon Marchi | 1 | -2/+2 |
2023-01-18 | Revert "X86: reverse-finish fix" | Carl Love | 1 | -17/+23 |