gdb/
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 4e4f875d14c917bf3c971c87ea0ac9b41b00c31a..8b1bcb737720b385d3f77dce65f1e410cdb7dd77 100644 (file)
@@ -1184,6 +1184,7 @@ extern void rwatch_command_wrapper (char *, int, int);
 extern void tbreak_command (char *, int);
 
 extern struct breakpoint_ops bkpt_breakpoint_ops;
+extern struct breakpoint_ops tracepoint_breakpoint_ops;
 
 extern void initialize_breakpoint_ops (void);
 
@@ -1284,7 +1285,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.023338 seconds and 4 git commands to generate.