This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: remote debugging


On 12 Dec 2002, Tim wrote:

> Do I need to "Open" the executable in Insight?  Once I do it executes
> locally and not remotely and the remote app often terminates with an
> error "Killing inferior".

The Run button will always do whatever it needs (or thinks it needs) to 
start the application "running" on your target. This includes:

1) opening an executable/debug file
2) gathering target communications information (debug protocol/transport)
3) loading executable into target memory (if needed)
4) "running" the target

If you don't "Open" an executable, how is the debugger to know what you 
are debugging? It still needs debug symbols (or at least minimal symbols 
from the executable).

Keith



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