Content deleted Content added
Added {{uncategorized}} and {{unreferenced}} tags to article using TW |
No edit summary |
||
Line 1:
{{unreferenced|date=April 2011}}
The modular debugger (mdb) is an extensible, low-level debugger
==History==
The mdb project was started in 1997 by [[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 [[adb]] debugger developed by [[Steve Bourne]] (initially for the AT&T SVR4 Unix distribution).
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.
==References==
*{{cite journal
| author = Mike Shapiro
| year = 2009
| month = February
| title = Purpose Built Languages
| journal = [[ACM Queue]]
| volume = 7
| issue = 1
| pages = 18-24
| doi =
| id =
| url = http://queue.acm.org/detail.cfm?id=1508217
| accessdate = 2011-04-02
}}
|