* inferior.h (start_remote): Update prototype.
authorDaniel Jacobowitz <drow@false.org>
Wed, 18 Oct 2006 16:56:13 +0000 (16:56 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 18 Oct 2006 16:56:13 +0000 (16:56 +0000)
commit8621d6a94413b84d5d3353b717607194d7584943
tree3f3e64904b3db0afa9355cc3e57e752b715b1526
parent2f83a18e2abe9144bfbb72bc75a68ba64445a9e1
* inferior.h (start_remote): Update prototype.
* infrun.c (start_remote): Take FROM_TTY.  Call
post_create_inferior.
* monitor.c (monitor_open): Update call to start_remote.
* remote-sds.c (sds_start_remote, sds_open): Likewise.
* remote.c (remote_start_remote): Likewise.
(remote_start_remote_dummy): Removed.
(remote_open): Update call to remote_start_remote.  Do not call
post_create_inferior here.
gdb/ChangeLog
gdb/inferior.h
gdb/infrun.c
gdb/monitor.c
gdb/remote-sds.c
gdb/remote.c