Misplaced Pages

Advanced Debugger

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
General-purpose debugger for Unix platforms For the command used to communicate with an Android system, also named adb, see Android Debug Bridge.
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Advanced Debugger" – news · newspapers · books · scholar · JSTOR (July 2015) (Learn how and when to remove this message)
adb
Original author(s)Stephen R. Bourne
Developer(s)AT&T Bell Laboratories
Initial releaseJanuary 1979;
46 years ago (1979-01)
Operating systemUnix and Unix-like
TypeCommand

The advanced debugger adb is a debugger that first appeared in Seventh Edition UNIX. 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.

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. The Solaris kernel debugger kadb that was introduced with SunOS-3.5 (1986) is a minor variant of adb.

See also

References

  1. adb(1) – Version 7 Unix Programmer's Manual
  2. McIlroy, M. D. (1987). A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986 (PDF) (Technical report). CSTR. Bell Labs. 139. Archived from the original (PDF) on 2023-07-30.
  3. "Solaris performance and tools DTrace and MDB techniques for Solaris 10 and OpenSolaris 0131568191, 9780131568198". dokumen.pub. Retrieved 2023-06-06.

External links

Unix command-line interface programs and shell builtins
File system
Processes
User environment
Text processing
Shell builtins
Searching
Documentation
Software development
Miscellaneous


Stub icon

This programming-tool-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: