* config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
authorBob Manson <manson@cygnus>
Wed, 4 Jun 1997 00:04:43 +0000 (00:04 +0000)
committerBob Manson <manson@cygnus>
Wed, 4 Jun 1997 00:04:43 +0000 (00:04 +0000)
commit43f396d00783011c903e3284828cd5c81f47a105
tree44a869b096be9fdeb1aa67e24435f45520b0e8d8
parent3d400c0939c790bb605dcf0733bffc5322ba7677
* config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
  here. Call gdb_target_exec before rebooting the target, to make
  sure the connection to the target is closed.
(gdb_load): Pass the name of the executable to gdb_target_monitor.
Don't call gdb_file_cmd here; let gdb_target_monitor do it.

* config/gdbserver.exp: Pass the executable being loaded to
  gdb_target_monitor. Don't call gdb_file_cmd here; let
  gdb_target_monitor do it.

* gdb.disasm/hppa.exp: Don't use exec_output.
gdb/testsuite/ChangeLog
gdb/testsuite/config/monitor.exp