diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
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)); |