set-pc set-prioritized-package
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

set-prefix – deprecated

Synopsis

set-prefix id "prefix"

Description

Set a syntax prefix for breakpoint id. When set, Simics will only break on instructions with the supplied prefix. For example set-prefix 1 "add" will cause breakpoint 1 only to stop if the instruction begins with "add". The text to compare the prefix with for an instruction is the one which the instruction is disassembled to. The comparison is case insensitive.

Set prefix to the empty string ("") to remove this extra condition.

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

Provided By

Simics Core

See Also

bp.memory.break
set-pc set-prioritized-package