Jump to content

Advanced Debugger

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AvicAWB (talk | contribs) at 23:12, 29 August 2011 (clean up, removed orphan tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The advanced debugger adb is the standard UNIX debugger found on Solaris 1 and 2, HP-UX and SCO. The initial version has been written by Steve Bourne. It is the successor of a debugger called db.

ADB is the standard debugger on Solaris and the Solaris kernel debugger kadb is a minor variant of adb.

A version of ADB was integrated into the BSD kernel as a kernel debugger.

Use of ADB was largely replaced by the symbolic debugger DBX.