HP-UX 11i Version 1.5 Release Notes, May 2001
Table Of Contents
- 1 Overview of the Release Notes
- 2 Workstation/Server Specific Information
- 3 HP-UX Features
- 4 File and Disk Management
- 5 Networking
- 6 Commands and System Calls
- 7 Programming
- aC++ Libraries
- Changes to libc
- libcres.a Library
- New libdcekt.sl and libdcecpkt.sl Libraries
- New Linux Compatible API Library
- New locale Libraries
- New Unwind Library
- X11 Libraries
- SNMP
- Machine Dependent Headers
- Threadsafe Documentation
- Obsolescence and Deprecation of APIs
- Linker Toolset
- gprof Multiple Shared Library Profiling
- CXperf Performance Monitoring Support
- HP Caliper
- WDB Debugger Tool
- ADB Debugger Tool
- Fortran
- Packaging for Specific Releases
- 8 Other Functionality

Programming
WDB Debugger Tool
Chapter 7130
WDB Debugger Tool
HP-UX 11i Version 1.5 (B.11.20) includes an Itanium-based version of
WDB (/opt/langtools/bin/gdb), a debugger for C, C++, Fortran and
assembly language. This version will only work on native Itanium-based
applications (programs compiled for HP-UX on Itanium-based systems).
gdb command functionality on Itanium-based systems is the same as on
PA based systems except for:
• the -tui mode. On PA based systems this provides a terminal
interface similar to xdb. On HP-UX 11i Version 1.5 (B.11.20), gdb will
only have a line mode interface. A graphical user interface will be
available in a later release.
• run-time heap checking. The features in the 2.1 release of WDB on
PA-based systems that detected memory leaks and heap problems are
not available in this release.
• fix-and-continue. The fix-and-continue features introduced in the 2.1
release of WDB are not available in this release.