diff options
Diffstat (limited to 'gdb/arm-linux-nat.c')
-rw-r--r-- | gdb/arm-linux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 6424dc3..c614f96 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -1178,9 +1178,9 @@ arm_linux_watchpoint_addr_within_range (struct target_ops *target, /* Handle thread creation. We need to copy the breakpoints and watchpoints in the parent thread to the child thread. */ static void -arm_linux_new_thread (ptid_t ptid) +arm_linux_new_thread (struct lwp_info *lp) { - int tid = TIDGET (ptid); + int tid = TIDGET (lp->ptid); const struct arm_linux_hwbp_cap *info = arm_linux_get_hwbp_cap (); if (info != NULL) |