1827295 Members
4281 Online
109717 Solutions
New Discussion

Re: Finding xdb

 
Joe Hege
Occasional Advisor

Finding xdb

I'm need to install xdb for the programmers but haven't found it on any of my disk.

Any idea?

Thanks
Joe
Vini, Vidi, Vici
4 REPLIES 4
Sachin Patel
Honored Contributor

Re: Finding xdb

Hi Joe,
Search xdb on following site
http://hpux.cs.utah.edu

Sachin Patel
Is photography a hobby or another way to spend $
Victor BERRIDGE
Honored Contributor

Re: Finding xdb

Dont know...
Under hpux10.20:
# which xdb
/opt/langtools/bin/xdb

And under hpux11.xx We seem to use adb...
So man adb...


Victor
Kofi ARTHIABAH
Honored Contributor

Re: Finding xdb

Joe:

xdb is part of the c/ansi c developer's bundle - I believe its a separate product that you can purchase at:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3901BA

good luck.
nothing wrong with me that a few lines of code cannot fix!
Santosh Nair_1
Honored Contributor

Re: Finding xdb

xdb is part of the C Developer's Bundle which is an optional (read costs money) product. Alternatively you could use wdb, which is HP's "strategic" debugger (which is basically gdb with some enhancements). This product is freely available from the HP site below:

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

-Santosh
Life is what's happening while you're busy making other plans