Advanced Debugger: Difference between revisions

Content deleted Content added
mention the adb successor mdb
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Cn}}
Line 5:
ADB is the standard debugger on Solaris and the Solaris kernel debugger ''kadb'' that was introduced with SunOS-3.5 (1986) is a minor variant of adb.
 
A version of ADB was integrated into the [[BSD]] kernel as a kernel debugger.{{cn|date=January 2015}}
 
On Solaris, ADB was replaced by the [[Modular Debugger|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.