|
|||||||||||||
4. Using MDB Commands Interactively 9. Debugging With the Kernel Memory Allocator |
Input in MDBIn general, input in MDB is similar to crash, except that function names (in MDB, dcmd names) are prefixed with “::”. Some MDB dcmds accept a leading expression argument that precedes the dcmd name. Like crash, string options can follow the dcmd name. If a ! character follows a function invocation, MDB will also create a pipeline to the specified shell pipeline. All immediate values specified in MDB are interpreted in hexadecimal by default. The radix specifiers for immediate values are different in crash and MDB as shown in Table D-1. Table D-1 Radix Specifiers
Many crash commands accepted slot numbers or slot ranges as input arguments. The Solaris operating system is no longer structured in terms of slots, so MDB dcmds do not provide support for slot-number processing. |
||||||||||||
|