Solaris Modular Debugger Guide
Previous Next

Deferred Breakpoints

The legacy kadb utility supported a syntax for deferred breakpoints that was incompatible with the existing adb syntax. These deferred breakpoints were specified using the syntax module#symbol:b in kadb. To set a deferred breakpoint in kmdb, use the MDB ::bp dcmd as described in Chapter 6, Execution Control.

Previous Next