Advanced Debugger: Difference between revisions

Content deleted Content added
mention kadb introduction
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
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}}
 
Use of ADB has largely replaced by the symbolic debugger [[dbx debugger|DBX]].