Age | Commit message (Expand) | Author | Files | Lines |
2024-06-21 | [gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc64le}-linux | Pedro Alves | 1 | -0/+6 |
2024-06-14 | gdb: move have_ptrace_getregset declaration into gdb/nat directory | Andrew Burgess | 1 | -1/+1 |
2024-05-28 | Use bool in thread_events | Tom Tromey | 1 | -2/+2 |
2024-04-26 | gdb/linux-nat: Fix mem access ptrace fallback (PR threads/31579) | Pedro Alves | 1 | -3/+58 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-17 | gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallback | Pedro Alves | 1 | -51/+2 |
2024-04-16 | Remove excess whitespace from doc strings of some commands | Eli Zaretskii | 1 | -2/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-26 | [gdb] Fix heap-use-after-free in select_event_lwp | Pedro Alves | 1 | -9/+25 |
2024-02-23 | gdb/linux-nat.c: Add "Accessing inferior memory" section | Pedro Alves | 1 | -1/+57 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-02 | Fix detach bug when lwp has exited/terminated | Kevin Buettner | 1 | -2/+16 |
2023-12-01 | Bail out of "attach" if a thread cannot be traced | Tom Tromey | 1 | -11/+38 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -5/+5 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -39/+17 |
2023-11-13 | Implement GDB_THREAD_OPTION_EXIT support for native Linux | Pedro Alves | 1 | -13/+31 |
2023-11-13 | Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to core | Pedro Alves | 1 | -7/+14 |
2023-11-13 | Thread options & clone events (native Linux) | Pedro Alves | 1 | -0/+7 |
2023-11-13 | Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED | Pedro Alves | 1 | -120/+132 |
2023-11-13 | gdb/linux: Delete all other LWPs immediately on ptrace exec event | Pedro Alves | 1 | -0/+15 |
2023-11-13 | Add "maint info linux-lwps" command | Andrew Burgess | 1 | -0/+46 |
2023-10-26 | gdb: handle main thread exiting during detach | Andrew Burgess | 1 | -7/+17 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -4/+6 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -7/+7 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -7/+1 |
2023-07-23 | gdb: two changes to linux_nat_debug_printf calls in linux-nat.c | Andrew Burgess | 1 | -7/+7 |
2023-07-17 | gdb: additional debug output in infrun.c and linux-nat.c | Andrew Burgess | 1 | -4/+19 |
2023-07-17 | gdb: don't restart vfork parent while waiting for child to finish | Andrew Burgess | 1 | -1/+8 |
2023-07-06 | Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525) | Pedro Alves | 1 | -10/+18 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -7/+7 |
2023-03-27 | linux-nat: introduce pending_status_str | Pedro Alves | 1 | -3/+16 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-24 | Remove struct buffer | Tom Tromey | 1 | -1/+0 |
2023-02-14 | Do not cast away const in agent_run_command | Tom Tromey | 1 | -5/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | Delay checking whether /proc/pid/mem is writable (PR gdb/29907) | Pedro Alves | 1 | -3/+6 |
2022-12-05 | gdb/linux-nat: add ptid parameter to linux_xfer_siginfo | Simon Marchi | 1 | -4/+4 |
2022-12-05 | gdb/linux-nat: use l linux_nat_get_siginfo in linux_xfer_siginfo | Simon Marchi | 1 | -4/+2 |
2022-12-05 | gdb/linux-nat: check ptrace return value in linux_nat_get_siginfo | Simon Marchi | 1 | -5/+1 |
2022-12-05 | gdb/linux-nat: don't memset siginfo on failure in linux_nat_get_siginfo | Simon Marchi | 1 | -6/+2 |
2022-12-05 | gdb/linux-nat: bool-ify linux_nat_get_siginfo | Simon Marchi | 1 | -3/+3 |
2022-12-05 | gdb/linux-nat: use get_ptrace_pid in two spots | Simon Marchi | 1 | -10/+2 |
2022-12-02 | gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partial | Simon Marchi | 1 | -9/+9 |
2022-11-07 | Don't explicitly set clone child ptrace options | Pedro Alves | 1 | -1/+0 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -9/+5 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 1 | -3/+3 |
2022-07-26 | gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is not writable | Keith Seitz | 1 | -2/+9 |
2022-07-26 | gdb/linux-nat: Check whether /proc/pid/mem is writable | Pedro Alves | 1 | -17/+88 |