diff options
Diffstat (limited to 'gdb/inf-child.h')
-rw-r--r-- | gdb/inf-child.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/inf-child.h b/gdb/inf-child.h index d32c8cb..c394d5a 100644 --- a/gdb/inf-child.h +++ b/gdb/inf-child.h @@ -25,4 +25,9 @@ extern struct target_ops *inf_child_target (void); +/* Functions for helping to write a native target. */ + +/* This is for native targets which use a unix/POSIX-style waitstatus. */ +extern void store_waitstatus (struct target_waitstatus *, int); + #endif |