diff options
author | Yao Qi <yao@codesourcery.com> | 2011-06-23 15:08:01 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-06-23 15:08:01 +0000 |
commit | 6e586cc56592f85535f788391b4f48025311b465 (patch) | |
tree | 4c2095a48562733d810a5d8ee321166b9796c33b /gdb/infrun.c | |
parent | ab5c6a729c416841aeda2398f77d881aef09208f (diff) | |
download | gdb-6e586cc56592f85535f788391b4f48025311b465.zip gdb-6e586cc56592f85535f788391b4f48025311b465.tar.gz gdb-6e586cc56592f85535f788391b4f48025311b465.tar.bz2 |
2011-06-23 Yao Qi <yao@codesourcery.com>
* infrun.c (start_remote): Move call init_wait_for_inferior to ...
* remote.c (remote_start_remote): ... here.
* monitor.c (monitor_open): ... here.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 8616f99..a656cbf 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -2246,7 +2246,6 @@ start_remote (int from_tty) { struct inferior *inferior; - init_wait_for_inferior (); inferior = current_inferior (); inferior->control.stop_soon = STOP_QUIETLY_REMOTE; |