man pages section 1: User Commands
검색에만이 책은
PDF로 이 문서 다운로드 (7229 KB)

adb(1)

Name | Synopsis | Description | Attributes | See Also

Name

    adb– general-purpose debugger

Synopsis

    adb [-kw] [-I dir] [-P prompt] [-V mode] [object [core]]

Description

    The adb utility is an interactive, general-purpose debugger. It can be used to examine files and provides a controlled environment for the execution of programs.

    The adb utility is now implemented as a link to the mdb(1) utility. mdb(1) is a low-level debugging utility that can be used to examine user processes as well as the live operating system or operating system crash dumps. The new mdb(1) utility provides complete backwards compatibility with the existing syntax and features of adb, including support for processing adb macro files. The Solaris Modular Debugger Guide and mdb(1) man page describes the features of mdb, including its adb compatibility mode. This mode will be activated by default when the adb link is executed.

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE

    ATTRIBUTE VALUE

    Availability

    SUNWmdb

See Also

SunOS 5.11 Last Revised 29 Nov 2005

Name | Synopsis | Description | Attributes | See Also