HP WDB 5.5 Release Notes
Introduction
What is New in This Release
Chapter 1
3
1 Introduction
HP Wildebeest Debugger (WDB) 5.5 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 version 2 and PA-RISC systems running HP-UX 11.0 and HP-UX 11i. This version of WDB supports programs compiled
for Integrity systems (Itanium®) and HP 9000 (PA-RISC) systems.
The latest version of HP WDB is available at:
http://www.hp.com/go/wdb.
This document discusses the following topics:
• “What is New in This Release”
• “Patches, Defects, and Fixes”
• “Known Problems and Workarounds”
• “Compatibility Information and Installation Requirements”
• “Features Supported in Previous Versions of HP WDB”
• “Related Documentation”
• “WDB Mailing Lists”
What is New in This Release
Following features are introduced in this version of HP WDB
• Enhanced thread debugging support
The thread debugging enhancement is meant for developers of POSIX multithreaded applications and provides extended
information on the state of following pthread primitives:
— threads
— mutexes
— read-write locks
— condition variables
The following new commands are supported:
— set thread-check on/off
The set thread-check on/off command can be used to enable or disable extended thread debugging
functionality. The set thread-check on/off command must be run prior to debugging the application under
HP WDB, to force the underlying runtime system to start collection of information on pthread primitives. The set
thread check feature is off by default.
— info thread [thread-id]