Name Date Size

.. 2016-11-26 20:36:58 464

common 2016-11-26 20:36:58 7

demo 2009-07-30 01:56:03 11

i86pc 2016-10-13 22:50:10 5

i86xpv 2016-10-13 22:50:10 5

intel 2016-10-01 18:22:38 13

Makefile 2010-03-03 03:29:26 1.8 KiB

Makefile.common 2016-09-30 04:49:32 1.9 KiB

Makefile.kmdb 2012-09-23 01:47:23 4 KiB

Makefile.kmdb.files 2013-08-16 18:30:57 2.5 KiB

Makefile.kmdb.targ 2015-02-26 20:19:38 4.2 KiB

Makefile.libstand 2012-09-23 01:47:23 2.5 KiB

Makefile.libstandctf 2013-08-16 18:30:57 2.1 KiB

Makefile.mdb 2013-08-16 18:30:57 4.3 KiB

Makefile.mdb_ks 2012-09-23 01:47:23 1.8 KiB

Makefile.module 2016-10-01 18:22:38 8.5 KiB

Makefile.subdirs 2005-06-14 09:00:00 1.4 KiB

Makefile.tools 2005-06-14 09:00:00 1.2 KiB

Makefile.versions 2005-06-14 09:00:00 1,008

README 2005-06-14 09:00:00 1.9 KiB

sparc 2016-10-01 18:22:38 13

sun4u 2012-09-23 01:47:23 7

sun4v 2012-09-23 01:47:23 7

test 2016-06-10 01:46:18 6

tools 2012-09-23 01:47:23 7

README

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
Copyright (c) 1999 by Sun Microsystems, Inc.
All rights reserved.
#ident "%Z%%M% %I% %E% SMI"
mdb(1) is an extensible utility for low-level debugging and editing of the
live operating system, operating system crash dumps, user processes, user
process core dumps, and object files. mdb provides a completely customizable
environment for debugging complex software systems such as an operating system,
for programs that are highly optimized, have had their debug information
removed, or are themselves low-level debugging tools, and for customer
situations where developers can only access post-mortem information.
Refer to the white paper "A Modular Debugger for Solaris" for information
on the design, features, and goals of MDB. See /shared/sac/PSARC/1999/169
for copies of the paper and related documentation. More information about
MDB is available on the internal web at http://mdb.eng/. This directory
contains both the source for the MDB debugger, and the supporting debugger
modules. Developers are free to modify and enhance these modules to add
new dcmds and walkers and to create completely new modules.