Hi Kirby,

right yesterday I was successful doing it!

Maybe I know what's missing in your procedure. 

On host side, after you've issued the "target remote ..." command, 
you need to send the "file hellowor" command to let the gdb know where
to load symbol table from and then the listing of your source code
should be available if you compiled the executable with -g option.

Right after that no "run" command should be necessary because the
process has already been initiated by server side. What you need to
run the program is hust a "continue" command.

Let me know if you reach your goal too, ok?

Regards, Mino.


Reply via email to