Age | Commit message (Expand) | Author | Files | Lines |
2023-11-20 | gdb/infrun: simplify process_event_stop_test | Guinevere Larsen | 1 | -12/+6 |
2023-11-20 | gdb/record: print frame information when exiting a recursive call | Guinevere Larsen | 1 | -0/+18 |
2023-11-17 | gdb: pass address_space to target dcache functions | Simon Marchi | 1 | -3/+3 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -13/+10 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -22/+21 |
2023-11-13 | Cancel execution command on thread exit, when stepping, nexting, etc. | Pedro Alves | 1 | -10/+63 |
2023-11-13 | Don't resume new threads if scheduler-locking is in effect | Pedro Alves | 1 | -8/+33 |
2023-11-13 | stop_all_threads: (re-)enable async before waiting for stops | Pedro Alves | 1 | -0/+81 |
2023-11-13 | gdb: clear step over information on thread exit (PR gdb/27338) | Pedro Alves | 1 | -16/+155 |
2023-11-13 | Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exit | Pedro Alves | 1 | -5/+10 |
2023-11-13 | Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to core | Pedro Alves | 1 | -5/+27 |
2023-11-13 | Thread options & clone events (core + remote) | Pedro Alves | 1 | -1/+62 |
2023-11-13 | Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED | Pedro Alves | 1 | -70/+88 |
2023-11-13 | gdb/linux: Delete all other LWPs immediately on ptrace exec event | Pedro Alves | 1 | -5/+3 |
2023-11-08 | rs6000, Fix Linux DWARF register mapping | Carl Love | 1 | -0/+13 |
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 |