Jump to content

Modular Debugger

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by OAbot (talk | contribs) at 08:10, 15 April 2020 (Open access bot: doi added to citation with #oabot.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The modular debugger (mdb) is an extensible, low-level debugger developed by Sun Microsystems for the Solaris 7 operating system. It is now open sourced, under the Common Development and Distribution License (CDDL).

Its source code is now available in all open source derivatives of Solaris, such as Illumos.[1]

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.

See also

References

  • Mike Shapiro (February 2009). "Purpose Built Languages". ACM Queue. 7 (1): 18–24. doi:10.1145/1508211.1508217. Retrieved 2011-04-02.