Software:Advanced Debugger
From HandWiki
Short description: General-purpose debugger for Unix platforms
Original author(s) | Stephen R. Bourne |
---|---|
Developer(s) | AT&T Bell Laboratories |
Initial release | January 1979 |
Operating system | Unix and Unix-like |
Type | Command |
The advanced 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.
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 OpenSource with OpenSolaris.[3] The Solaris kernel debugger kadb that was introduced with SunOS-3.5 (1986) is a minor variant of adb.
See also
References
- ↑ Version 7 Unix Programmer's Manual –
- ↑ Template:Cite tech report
- ↑ "Solaris performance and tools DTrace and MDB techniques for Solaris 10 and OpenSolaris 0131568191, 9780131568198" (in en). https://dokumen.pub/solaris-performance-and-tools-dtrace-and-mdb-techniques-for-solaris-10-and-opensolaris-0131568191-9780131568198.html.
External links
- A Tutorial Introduction to ADB. J. F. Maranzano, S. R. Bourne / Bell Laboratories
Original source: https://en.wikipedia.org/wiki/Advanced Debugger.
Read more |