GDB attaching to a remote running process [message #66344] |
Wed, 09 April 2003 09:47  |
Eclipse User |
|
|
|
Originally posted by: mseffar.actia.fr
hi everyone,
I'm trying to remote debug programs running on x86/winXP target from a
windows NT/Cygwin host (Eclipse CDT)using TCP/IP.my programs are linked to
a gdb stub then run on the target.(I did what's said in gdb official
documentation part 17.3.3)
I first used GDB command line and it worked well :
TARGET:my remote program hello.exe is run the waits for an incoming TCP
connection : hello 9999
HOST: GDB is run : GDB hello.exe
connection to target : target remote machine:9999
TARGET:connection established
program hits breakpoint
I would like to do this directly from Eclipse.how should I configure
debugging options and what should I put in gdb.ini command file?should
radio button "attach to running process" be checked?
I'm using Eclipse 2.1 (RC4) and CDT Nightly build 03/27/2003
any help would be precious,
thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.06176 seconds