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


>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:

Pierre>   I don't get, I always thought that
Pierre> when using remote debugger, the debuggee is cross-compiled
Pierre> on the machine where GDB is run, not on the remote machine where
Pierre> gdbserver is run.
Pierre>   Thus, I always believed that there is no need to copy the
Pierre> source files to the remote machine, as GDB has the sources
Pierre> available.

Pierre>   Are these assumptions wrong?

Not wrong, just incomplete.  There are different kinds of remote
testing, including "remote host", where the compiler and gdb are both
run on the remote, and just dejagnu is run locally.

However, there is some support in the test suite and dejagnu for copying
files over.

Tom


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