JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Modular Debugger Guide     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Modular Debugger Overview

2.  Debugger Concepts

3.  MDB Language Syntax

4.  Using MDB Commands Interactively

5.  Built-In Commands

6.  Execution Control

7.  Kernel Execution Control

8.  Kernel Debugging Modules

Generic Kernel Debugging Support (genunix)

Kernel Memory Allocator

Kernel Memory Allocator Dcmds

Kernel Memory Allocator Walkers

File Systems

File Systems Dcmds

File Systems Walkers

Virtual Memory

Virtual Memory Dcmds

Virtual Memory Walkers

CPU Structures and the Kernel Dispatcher

CPU and Dispatcher Dcmds

CPU and Dispatcher Walkers

Device Drivers and DDI Framework

Device Driver Dcmds

Device Driver Walkers

STREAMS

STREAMS Dcmds

STREAMS Walkers

Networking

Networking Dcmds

Networking Walkers

Files, Processes, and Threads

Files, Processes, and Threads Dcmds

Files, Processes, and Threads Walkers

Synchronization Primitives

Synchronization Primitives Dcmds

Synchronization Primitives Walkers

Cyclics

Cyclics Dcmds

Cyclics Walkers

Task Queues

Task Queues Dcmds

Task Queues Walkers

Error Queues

Error Queues Dcmds

Error Queues Walkers

System Configuration

System Configuration Dcmds

Interprocess Communication Debugging Support (ipc)

Interprocess Communication Dcmds

Interprocess Communication Walkers

Loopback File System Debugging Support (lofs)

Loopback File System Dcmds

Loopback File System Walkers

Internet Protocol Module Debugging Support (ip)

Internet Protocol Dcmds

Internet Protocol Walkers

Kernel Runtime Link Editor Debugging Support (krtld)

Kernel Runtime Link Editor Dcmds

Kernel Runtime Link Editor Walkers

USB Framework Debugging Support (uhci)

USB Host Controller Dcmds

USB Host Controller Walkers

USB Framework Debugging Support (usba)

USB Framework Dcmds

USB Framework Walkers

x86: x86 Platform Debugging Support (unix)

x86 Platform Dcmds

x86 Platform Walkers

SPARC: sun4u Platform Debugging Support (unix)

sun4u Platform Dcmds

sun4u Platform Walkers

9.  Debugging With the Kernel Memory Allocator

10.  Module Programming API

A.  MDB Options

B.  Notes

C.  Transition From adb and kadb

D.  Transition From crash

Index

x86: x86 Platform Debugging Support (unix)

These dcmds and walkers are specific to x86 platforms.

x86 Platform Dcmds

[ cpuid | address ] ::ttrace [-x]

Display trap trace records in reverse chronological order. The trap trace facility is available only in DEBUG kernels. If an explicit dot value is specified, this is interpreted as either a CPU ID number or a trap trace record address, depending on the precise value. If a CPU ID is specified, the output is restricted to the buffer from that CPU. If a record address is specified, only that record is formatted. If the -x option is specified, the complete raw record is displayed.

x86 Platform Walkers

ttrace

Walk the list of trap trace record addresses in reverse chronological order. The trap trace facility is available only in DEBUG kernels.