Advanced Debugger: Difference between revisions

Content deleted Content added
Added Category and programming-software-stub.
Update with reality a little better.
Line 1:
== Absolute Debugger (adb) ==
 
The absolute debugger is a legacy UNIX debugger found on Solaris 1 and 2, HP-UX and SCO. This utility was outdated by the GNU Debugger (gdb) and is not included in any modern Operating Systems.
 
{{programming-software-stub}}
A version of ADB was integrated into the [[BSD]] kernel as a kernel debugger. Today, the kernel debugger in *BSD is the only derivative of ADB still in regular use.
 
Use of ADB was largely replaced by the symbolic debugger [[dbx_debugger|DBX]].
 
[[Category:Debuggers]]