aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index b6c0724..c893f34 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -122,6 +122,8 @@ close_exec_file PARAMS ((void));
extern void
reopen_exec_file PARAMS ((void));
+/* The `resume' routine should only be called in special circumstances.
+ Normally, use `proceed', which handles a lot of bookkeeping. */
extern void
resume PARAMS ((int, int));