Advanced Debugger
   HOME

TheInfoList



OR:

The advanced debugger adb is a
debugger A debugger is a computer program used to test and debug other programs (the "target" programs). Common features of debuggers include the ability to run or halt the target program using breakpoints, step through code line by line, and display ...
that first appeared in
Seventh Edition UNIX Version 7 Unix, also called Seventh Edition Unix, Version 7 or just V7, was an important early release of the Unix operating system. V7, released in 1979, was the last Bell Laboratories release to see widespread distribution before the commercia ...
. It is found on
Solaris Solaris is the Latin word for sun. It may refer to: Arts and entertainment Literature, television and film * ''Solaris'' (novel), a 1961 science fiction novel by Stanisław Lem ** ''Solaris'' (1968 film), directed by Boris Nirenburg ** ''Sol ...
,
HP-UX HP-UX (from "Hewlett Packard Unix") is a proprietary software, proprietary implementation of the Unix operating system developed by Hewlett Packard Enterprise; current versions support HPE Integrity Servers, based on Intel's Itanium architect ...
, SCO and
Venix Venix is a discontinued version of the Unix operating system for low-end computers, developed by VenturCom, a "company that specialises in the skinniest implementations of Unix".VenturCom ships real-time Venix/386. Computer Business Review, 1 F ...
. 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 A command-line interface (CLI) is a means of interacting with software via command (computing), commands each formatted as a line of text. Command-line interfaces emerged in the mid-1960s, on computer terminals, as an interactive and more user ...
now is emulated by mdb when it is called as adb. Mdb has become
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
with
OpenSolaris OpenSolaris () is a discontinued open-source computer operating system for SPARC and x86 based systems, created by Sun Microsystems and based on Solaris. Its development began in the mid 2000s and ended in 2010. OpenSolaris was developed as ...
. The SunOS kernel debugger ''kadb'' that was introduced with SunOS 3.5 (1986) is a minor variant of adb.


See also

*
dbx dbx or DBX may refer to: * dbx (debugger), a Unix source-level debugger * dbx (company), a professional audio recording equipment company ** dbx (noise reduction), a noise reduction system invented by dbx, Inc. * .dbx, the file extension for Micros ...


References


External links


A Tutorial Introduction to ADB. J. F. Maranzano, S. R. Bourne
/ Bell Laboratories Debuggers {{programming-software-stub