Re: intel ddd cygwin

2004-05-05 Thread Cal Erickson
You need to tell ddd what type of inferior debugger you are using. For instance if you were using a cross gdb that was targeted for Xscale then you would do something like: ddd --debugger xscale_le-gdb --gdb hello.exe This way ddd knows what the protocol looks like to communicate to the inferior

Re: intel ddd cygwin

2004-05-05 Thread Brian Ford
Just some WAGs: On Tue, 4 May 2004, Joshua Kolden wrote: > When attempting to start debugging on a simple helloWorld program ddd > seems to hang waiting for a responds from idb (the intel's debugger) > > > ddd --debugger "idb -gdb" helloWorld.exe > > I get: > > "Reading Symbols from helloWorld.ex

intel ddd cygwin

2004-05-04 Thread Joshua Kolden
This is a general poll on several e.mail lists to see if anyone can help apologies if it is slightly off topic. We are trying to create a uniform development environment for Linux and windows based on the Intel compiler. Everything has been setup and is working well except for debugging. When at