Modular Debugger: Difference between revisions

Content deleted Content added
Adding local short description: "Low-level debugger", overriding Wikidata description "debugger available as part of the Solaris Operating System" (Shortdesc helper)
History: adb dates back *way* before SVR4 - it was originally seen (outside Bell Labs) in V7.
Line 5:
 
==History==
The mdb project was started in 1997 by [[Mike Shapiro (programmer)|Mike Shapiro]] and others when the Solaris operating system was adding support for 64-bit architectures. Up until that point, Solaris was using the aging [[Advanced Debugger|adb]] debugger developed by [[Steve Bourne]] (initially for the[[Seventh AT&TEdition SVR4 Unix distributionUNIX]]<ref>{{man|1|adb|v7}}</ref>).
 
It was very difficult to simply port adb from a 32-bit architecture to a 64-bit architecture, so Sun engineers decided to make a new debugger that would feature enhanced debugging capabilities, while being backward compatible with adb.