Michael Schnell wrote:

That doesn't work when debugging from with lazarus, since you cannot
specify the target.

When debugging through ssh, you only need ssh access to your target and
be able to run gdb on your target. That all

So SSH opens a (bash) session that starts gdbserver with the appropriate parameters ?
no, it doesn't use gdbserver or bash at all. It remote executes gdb through ssh, so the debugger sees just a gdb.

Marc

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to