set-min-latency set-pc
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

set-pattern – deprecated

Synopsis

set-pattern id "pattern" "mask"

Description

When set for breakpoint id Simics will only break on instructions with a certain bit-pattern. First the mask will be applied to the instruction and then the result will be compared with the pattern. For example set-pattern 1 "0x0100" "0x0101" will specialize breakpoint 1 to break on instructions whose first byte has the lowest bit set and the second not.

Note that pattern and mask are supplied as strings with string byte order (low address first).

Set pattern and mask to the empty string ("") to remove this extra condition.

This command has been replaced with the pattern argument on the bp.memory commands.

Provided By

Simics Core

See Also

bp.memory.break
set-min-latency set-pc