This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Run catch-load.exp on Windows


On 09/12/2013 11:36 PM, Pierre Muller wrote:
   I don't get, I always thought that
when using remote debugger, the debuggee is cross-compiled
on the machine where GDB is run, not on the remote machine where gdbserver is run.

This is remote-target, not remote-host.  Dejagnu is running on build,
test case is compiled on host, and executable is running on target. In the case you described, host == build, so the test case is not copied. However, in remote-host, host != build, Dejagnu has to copy source file
to the remote host first, and launch compiler on the remote host to
compile the test case.  The executable can be run on the same machine or
a different one.

   Thus, I always believed that there is no need to copy
the source files to the remote machine, as GDB has the sources available.

   Are these assumptions wrong?

Usually, we don't, but in remote-host testing, we have to.

--
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]