- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DBX tool on HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 05:17 PM
01-20-2003 05:17 PM
Please help! Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 05:29 PM
01-20-2003 05:29 PM
Re: DBX tool on HPUX
http://devrsrc1.external.hp.com/devresource/Tools/wdb/doc/guide/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 08:55 PM
01-20-2003 08:55 PM
Re: DBX tool on HPUX
You can do a lot with gdb, but if I remember correctly, there is a command line switch "-xdb" to make it behave like the originals (check the man page). The only reason your user needs to have dbx, is because they are not familiar enough with gdb. I would say this would be an ideal time for them to get their feet wet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 09:11 PM
01-20-2003 09:11 PM
Re: DBX tool on HPUX
Under /opt/langttols/bin there will be dde/gdb.
you can use either of them . we normally use dde for debugging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:41 AM
01-22-2003 09:41 AM
Re: DBX tool on HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:29 AM
01-22-2003 10:29 AM
Solutionon other Unix systems such as Solaris.
In the past, the standard debugger on
HP-UX was xdb (note the spelling). Perhaps
the user could use that.
At some point, HP replaced xdb with dde,
though xdb was still made available.
Later on, dde was itself replaced by wdb,
which is an HP-enhanced version of gdb.
You can poke around in /opt/langtools/bin
to see which of these you have.
Your system may also have other debuggers
such as adb (a low-level debugger), ddd
(a very nice GUI interface to gdb), and
softdebug (a graphical interface to xdb/dde;
part of HP's Softbench IDE product.)
HTH