svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
adb(1)
adb(1) User Commands adb(1)
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 ex‐
ecution of programs.
The adb utility is implemented as a link to the mdb(1) utility. mdb 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 mdb utility provides complete backward compatibility
with the existing syntax and features of adb, including support for
processing adb macro files. The Oracle 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(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitydeveloper/debug/mdb
SEE ALSO
mdb(1), attributes(7)
Oracle Solaris Modular Debugger Guide
Oracle Solaris 11.4 11 May 2021 adb(1)