Advanced Debugger
General-purpose debugger for Unix platforms
From Wikipedia, the free encyclopedia
The advanced[citation needed] debugger adb is a debugger that first appeared in Seventh Edition UNIX.[1] It is found on Solaris, HP-UX, SCO and Venix. It is the successor of a debugger called db.
Initial releaseJanuary 1979
| adb | |
|---|---|
| Original author | Stephen R. Bourne |
| Developer | AT&T Bell Laboratories |
| Initial release | January 1979 |
| Operating system | Unix and Unix-like |
| Type | Command |
Overview
The initial version was written by Stephen R. Bourne.[2]
ADB was provided with Solaris until Solaris 8 (2000), when it was replaced by the Modular Debugger (mdb) with Solaris 8 (2000) and the ADB command-line interface now is emulated by mdb when it is called as adb. Mdb has become open source with OpenSolaris.[3] The SunOS kernel debugger kadb that was introduced with SunOS 3.5 (1986) is a minor variant of adb.