diff options
author | gdb-2.5.1 <gdb@fsf.org> | 1988-05-02 01:00:00 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:30 +0100 |
commit | 632ea0ccc5c4c3f9fc06881bfedfc4b075873941 (patch) | |
tree | 96f152433c41c5f51fe57307b287eb85865a43e2 /gdb/inferior.h | |
parent | 7b4ac7e1ed2c4616bce56d1760807798be87ac9e (diff) | |
download | fsf-binutils-gdb-632ea0ccc5c4c3f9fc06881bfedfc4b075873941.zip fsf-binutils-gdb-632ea0ccc5c4c3f9fc06881bfedfc4b075873941.tar.gz fsf-binutils-gdb-632ea0ccc5c4c3f9fc06881bfedfc4b075873941.tar.bz2 |
gdb-2.5.1
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 21c937c..8fa1c19 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -27,6 +27,10 @@ extern char *inferior_io_terminal; extern int inferior_pid; +/* Nonzero if debugging a remote machine via a serial link or ethernet. */ + +extern int remote_debugging; + /* Last signal that the inferior received (why it stopped). */ extern int stop_signal; |