Advanced Debugger: Difference between revisions

Content deleted Content added
Neither the text "kadb" nor "adb" can be found easily in the FreeBSD kernel, so verify that there really is adb based code in *BSD
mention the adb successor mdb
Line 7:
A version of ADB was integrated into the [[BSD]] kernel as a kernel debugger.{{cn}}
 
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.
Use of ADB has largely replaced by the symbolic debugger [[dbx debugger|DBX]].
 
== See also ==
Use of ADB has largely replaced by theThe symbolic debugger [[dbx debugger|DBX]].
 
[[Category:Debuggers]]