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

set-substr – deprecated

Synopsis

set-substr id "substr"

Description

Set a syntax substring, substr, for breakpoint id. When set, Simics will only break on instructions with a certain syntax substring. For example set-substr 1 "r31" will make breakpoint 1 stop only if the instruction contains the substring "r31". The match is case insensitive.

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

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

Provided By

Simics Core

See Also

bp.memory.break
set-prioritized-package set-thread-limit