aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-05-06 22:22:03 +0000
committerKevin Buettner <kevinb@redhat.com>2001-05-06 22:22:03 +0000
commitce696e0556e9ddc48e7d049356a3c3fe6b7399d8 (patch)
tree64ca31984622469dfdf2ff37a3a142eae50f08e8 /gdb/inferior.h
parenta7c92daeedfd9d5326113d1776c6db7ed18efcc6 (diff)
downloadfsf-binutils-gdb-ce696e0556e9ddc48e7d049356a3c3fe6b7399d8.zip
fsf-binutils-gdb-ce696e0556e9ddc48e7d049356a3c3fe6b7399d8.tar.gz
fsf-binutils-gdb-ce696e0556e9ddc48e7d049356a3c3fe6b7399d8.tar.bz2
Consolidate save_inferior_ptid/restore_inferior_ptid implementation to
one source file.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 35ac96e..9174197 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -51,6 +51,11 @@ extern void write_inferior_status_register (struct inferior_status
*inf_status, int regno,
LONGEST val);
+/* Save value of inferior_ptid so that it may be restored by
+ a later call to do_cleanups(). Returns the struct cleanup
+ pointer needed for later doing the cleanup. */
+extern struct cleanup * save_inferior_ptid (void);
+
extern void set_sigint_trap (void);
extern void clear_sigint_trap (void);