1753767 Members
5857 Online
108799 Solutions
New Discussion юеВ

Where is DDE?

 
SOLVED
Go to solution
Carlo Henrico_1
Regular Advisor

Where is DDE?

Hi all

On previous versions of HP-UX when I installed the aC++ compilers, by default the dde (debugging utility) was also installed. Now on 11.23 it never got installed, despite making the correct selections on the swinstall. Is it now a seperate package and if so where can I find it please?

Thank you

Carlo
Live fast, die young - enjoy a good looking corpse!
8 REPLIES 8
Victor BERRIDGE
Honored Contributor

Re: Where is DDE?

Hi,
-r-xr-xr-x 1 bin bin 1003 Sep 20 2001 /opt/langtools/bin/dde
-r-xr-xr-x 1 bin bin 1900696 Sep 20 2001 /opt/langtools/bin/dde.bin
-r--r--r-- 1 bin bin 4963 Sep 20 2001 /opt/langtools/share/man/man1.Z/dde.1
-r--r--r-- 1 root sys 11538 Nov 10 2004 /usr/local/man/mann/dde.n



All the best

Victor
Carlo Henrico_1
Regular Advisor

Re: Where is DDE?

"...Now on 11.23 it never got installed..."

i.e. it is not on the system. Did not get installed...

Carlo
Live fast, die young - enjoy a good looking corpse!
Arunvijai_4
Honored Contributor

Re: Where is DDE?

Hi Carlo,

You can install WDB, http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1665,00.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Mustafa Gulercan
Respected Contributor

Re: Where is DDE?

hi;
The HP Wildebeest Debugger (WDB) is an HP-supported implementation of the Open Source GNU debugger (GDB).
here is the link;
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1662,00.html

you need a free HP Passport username.

regards;
mustafa
Mustafa Gulercan
Respected Contributor

Re: Where is DDE?

and here is another link;

you can download a bundle (HP C/ANSI C compiler for HP-UX ) which include HP/DDE debugger.

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,6922,00.html

regards;
mustafa

Victor BERRIDGE
Honored Contributor
Solution

Re: Where is DDE?

Hi again,

Have a look at this document(Technical Knowledge):
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080076825

All the best
Victor
Victor BERRIDGE
Honored Contributor

Re: Where is DDE?

For those who cant access:
Was the HP Distributed Debugging Environment (DDE) ported to HP-UX 11i Version 2?

Answer


Although DDE currently ships with HP compilers, HP Windows Debugger (WDB) is the primary debugger for
software development on HP-UX.

HP-UX 11i Version 2 allows enabling or disabling threads to provide DDE compatibility. You must use Gnu Debugger (GDB)
commands to do this. A detailed list of GDB commands and their usage can be found in the Debugging with GDB manual,
available at:

http://www.hp.com/go/wdb

Click on the "Documentation" link, then download the printable version of the Debugging with GDB manual.

You must use HP DDE to debug programs compiled with HP's earlier C++ compiler.


KEYWORDS

"HP-UX 11i Version 2"
"HP-UX 11.23"
DDE
WDB
GDB
Gnu
"Gnu debugger"
"windows debugger"
"distributed debugging environment"
C++
Dennis Handly
Acclaimed Contributor

Re: Where is DDE?

>Where is DDE?

Are you asking for PA or IPF?
There was never an IPF version of DDE.

And on PA, you should be using wdb instead, since June 2003 was the last release of DDE.