Remove pid_to_ptid
[deliverable/binutils-gdb.git] / gdb / arm-linux-nat.c
index d0b43132b8e3be8bbd4eca2a75a6c0e0bbf575b5..b5ee3a9063f2842964657b196931e0d54eff5ace 100644 (file)
@@ -994,7 +994,7 @@ arm_linux_insert_hw_breakpoint1 (const struct arm_linux_hw_breakpoint* bpt,
   struct update_registers_data data;
 
   pid = ptid_get_pid (inferior_ptid);
-  pid_ptid = pid_to_ptid (pid);
+  pid_ptid = ptid_t (pid);
 
   if (watchpoint)
     {
@@ -1033,7 +1033,7 @@ arm_linux_remove_hw_breakpoint1 (const struct arm_linux_hw_breakpoint *bpt,
   struct update_registers_data data;
 
   pid = ptid_get_pid (inferior_ptid);
-  pid_ptid = pid_to_ptid (pid);
+  pid_ptid = ptid_t (pid);
 
   if (watchpoint)
     {
This page took 0.035883 seconds and 4 git commands to generate.