Remove ptid_get_pid
[deliverable/binutils-gdb.git] / gdb / nat / aarch64-linux-hw-point.c
index 22b265eaf059204b2d983a25122e0adb67b0e439..3de3e5bec1e6c5c2a7a8d72af473800ce2db3fc2 100644 (file)
@@ -357,7 +357,7 @@ aarch64_notify_debug_reg_change (const struct aarch64_debug_reg_state *state,
                                 int is_watchpoint, unsigned int idx)
 {
   struct aarch64_dr_update_callback_param param;
-  ptid_t pid_ptid = ptid_t (ptid_get_pid (current_lwp_ptid ()));
+  ptid_t pid_ptid = ptid_t (current_lwp_ptid ().pid ());
 
   param.is_watchpoint = is_watchpoint;
   param.idx = idx;
This page took 0.024202 seconds and 4 git commands to generate.