Deferred Breakpoint Differences Between adb and MDB
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 Execution Control in MDB.