diff options
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r-- | gdb/inf-ptrace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h index 0a26720..f1fc111 100644 --- a/gdb/inf-ptrace.h +++ b/gdb/inf-ptrace.h @@ -38,4 +38,8 @@ extern struct target_ops * extern pid_t get_ptrace_pid (ptid_t); + +/* Cleanup the inferior after a successful ptrace detach. */ +extern void inf_ptrace_detach_success (struct target_ops *ops); + #endif |