Change detach_breakpoints to take a ptid instead of a pid
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 4e4f875d14c917bf3c971c87ea0ac9b41b00c31a..4c6171f4e469e8c06b0597716fa0bac7999378bc 100644 (file)
@@ -1284,7 +1284,7 @@ extern void update_breakpoints_after_exec (void);
 
    It is an error to use this function on the process whose id is
    inferior_ptid.  */
-extern int detach_breakpoints (int);
+extern int detach_breakpoints (ptid_t ptid);
 
 /* This function is called when program space PSPACE is about to be
    deleted.  It takes care of updating breakpoints to not reference
This page took 0.023318 seconds and 4 git commands to generate.