diff options
-rw-r--r-- | gdb/darwin-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h index 4dd8078..1b78549 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -126,7 +126,7 @@ private: void stop_inferior (inferior *inf); void init_thread_list (inferior *inf); void ptrace_him (int pid); - int cancel_breakpoint (ptid_t ptid); + int cancel_breakpoint (inferior *inf, ptid_t ptid); }; /* Describe the mach exception handling state for a task. This state is saved |