<graphcon>.break-gfx filename interval [-once] ["name"]
Creates a graphical breakpoint from the image stored in the file specified by filename, which must have been created using the Simics GUI or command save-break-xy
, and returns a breakpoint id. A graphical breakpoint is triggered when the specified image appears on the screen, in the same location as when it was saved. If that happens, the hap "Gfx_Break" is triggered and any registered callbacks receive the breakpoint id. If no callbacks are registered, Simics halts execution and returns to the command prompt. The breakpoint can be named, which is then also given to registered hap callbacks, and name defaults to filename. The screen is checked for breakpoint triggers every interval seconds of virtual time on the clock associated to the console. If -once is specified, the breakpoint is removed after it has triggered.
graphcon
bp.gfx.break,
<graphcon>.save-break-xy,
<bp_manager>.list,
<bp_manager>.delete,
<gfx_break>.bp-wait-for-gfx,
<graphcon>.gfx-break-match,
<graphcon>.gfx-break-info,
<graphcon>.gfx-break-png,
<graphcon>.get-pixel,
<break_strings_v2>.bp-break-console-string