Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Modular Debugger Guide Oracle Solaris 11.1 Information Library |
4. Using MDB Commands Interactively
Generic Kernel Debugging Support (genunix)
Kernel Memory Allocator Walkers
CPU Structures and the Kernel Dispatcher
Device Drivers and DDI Framework
Files, Processes, and Threads Dcmds
Files, Processes, and Threads Walkers
Synchronization Primitives Dcmds
Synchronization Primitives Walkers
Interprocess Communication Debugging Support (ipc)
Interprocess Communication Dcmds
Interprocess Communication Walkers
Loopback File System Debugging Support (lofs)
Internet Protocol Module Debugging Support (ip)
Kernel Runtime Link Editor Debugging Support (krtld)
Kernel Runtime Link Editor Dcmds
Kernel Runtime Link Editor Walkers
USB Framework Debugging Support (uhci)
x86: x86 Platform Debugging Support (unix)
SPARC: sun4u Platform Debugging Support (unix)
9. Debugging With the Kernel Memory Allocator
The usba module provides debugging support for the platform-independent Universal Serial Bus (USB) framework.
Given the address of a usba_device structure, print summary information. If no address is supplied, this dcmd walks the global list of usba_device structures. If the -p option is present, also list information for all open pipes on this device. If the -v option is present, list verbose information for each device.
Given the address of a USB pipe handle structure (struct usba_ph_impl), print summary information for this handle.