HP WDB 6.2 Release Notes (5900-1472; January 2011)

HP WDB 6.2 Release Notes
Announcement
HP Wildebeest Debugger (WDB) 6.2 is an HP-supported implementation of the open
source debugger GDB. It supports source-level debugging of programs written in HP C,
HP aC++, and Fortran 90 on Itanium®-based systems running HP-UX 11i v2 or HP-UX
11i v3, and HP 9000 systems running HP-UX 11i v1, HP-UX 11i v2, or HP-UX 11i v3.
This document discusses the most recent product information for HP WDB 6.2.
For the latest version of HP WDB, see the HP WDB Technical Resources website at:
http://www.hp.com/go/wdb
What Is New in This Version
This section describes the following new features in this version of HP WDB:
“Reporting Files Open by an Application (page 4)
“Improved Understanding of Scope Resolution Operator in gdb Expressions
(page 4)
“Smarter Printing of Function Pointers (page 5)
“More Intuitive Leak Reports (page 5)
“Debugging with Debug Information Available In the Side Debug File (page 5)
“Support for mmapfile Command” (page 5)
Reporting Files Open by an Application
With this feature, you can obtain a report containing the list of file descriptors
corresponding to files open by an application at the point of its exit. The report not only
provides you the name and type of those files, but also details like backtrace and function
names at the point of the files being opened. This enables you to identify potential file
descriptor leaks in the application.
NOTE: This feature is currently supported only on HP Integrity systems.
Improved Understanding of Scope Resolution Operator in gdb Expressions
When you debug Fortran applications the following syntax is supported while printing
variables in gdb expressions:
<procedure>::<variable>
<procedure>::<internal_procedure>::<variable>
where 'procedure' may be a function or a subroutine.
4 HP WDB 6.2 Release Notes