list-bookmarks list-checkpoints
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

list-breakpoints – deprecated

Synopsis

list-breakpoints [-all]
get-breakpoint-list [-all]

Description

Lists all memory and time breakpoints. The following information is included for memory breakpoints: the id (used by other commands to refer to the breakpoint), if the breakpoint is set on physical or virtual addresses and the access type (r = read, w = write, or x = execute), if enabled (see the enable command), the address range of the breakpoint, how many times the breakpoint has been triggered, and what memory space or context object it is set in.

If prefix, substring and/or pattern conditions are set it will be printed as well (see set-prefix, set-substr and set-pattern command).

Time breakpoints are also listed.

If -all is passed as argument, list-breakpoints will also list all internal breakpoints set for simulation purposes.

The list-breakpoints command returns a list of breakpoint numbers (but not time breakpoints) when used in an expression. The get-breakpoint-list command only returns such a list.

Provided By

Simics Core

See Also

bp.list, <breakpoint>.bp-break-memory, <bp_manager>.delete, <bp_manager>.enabled, <bp_manager>.ignore-count
list-bookmarks list-checkpoints