Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » GDB attaching to a remote running process
GDB attaching to a remote running process [message #66344] Wed, 09 April 2003 09:47 Go to next message
Eclipse UserFriend
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
Re: GDB attaching to a remote running process [message #66412 is a reply to message #66344] Wed, 09 April 2003 10:26 Go to previous message
Eclipse UserFriend
Originally posted by: mseffar.actia.fr

> I'm using Eclipse 2.1 (RC4) and CDT Nightly build 03/27/2003

oops actually Eclipse 2.1 (RC1)
Previous Topic:CDT questions
Next Topic:zlib and make issues
Goto Forum:
  


Current Time: Wed Apr 30 00:09:36 EDT 2025

Powered by FUDForum. Page generated in 0.01900 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top