diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 01:49:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 01:49:18 +0000 |
commit | 3aa6856ae81484ff7db975f724f212191f0e23e1 (patch) | |
tree | 7579d77cd2563ea1aa2255aeca1d7ec6406249ca /gdb/inferior.h | |
parent | fe86a81703ef5bfa28950fac5637d32b0f266d20 (diff) | |
download | gdb-3aa6856ae81484ff7db975f724f212191f0e23e1.zip gdb-3aa6856ae81484ff7db975f724f212191f0e23e1.tar.gz gdb-3aa6856ae81484ff7db975f724f212191f0e23e1.tar.bz2 |
* infrun.c, inftarg.c, inferior.h: Comment and lint cleanups.
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)); |