Module simics::api::simulator::breakpoints

source ยท
Expand description

Breakpoint APIs

Functionsยง

  • _breakpoint ๐Ÿ”’
    Add breakpoint on an object implementing the breakpoint interface. This is typically a memory space object such as physical memory.
  • _breakpoint_remove ๐Ÿ”’
    Deletes a breakpoint range from an existing breakpoint. Can thus be used to create holes in the breakpoint range. id is the breakpoint to operate on, as returned by SIM_breakpoint. A value of zero will operate on all breakpoints that were not set using the Sim_Breakpoint_Simulation flag.
  • _delete_breakpoint ๐Ÿ”’
    Deletes breakpoint id as returned by SIM_breakpoint. A value of zero will delete all breakpoints that were set without the Sim_Breakpoint_Simulation flag.
  • Disable a breakpoint with id id as returned by breakpoint
  • _enable_breakpoint ๐Ÿ”’
    Enable a breakpoint
  • Add breakpoint on an object implementing the breakpoint interface. This is typically a memory space object such as physical memory.
  • Deletes a breakpoint range from an existing breakpoint. Can thus be used to create holes in the breakpoint range. id is the breakpoint to operate on, as returned by SIM_breakpoint. A value of zero will operate on all breakpoints that were not set using the Sim_Breakpoint_Simulation flag.
  • Deletes breakpoint id as returned by SIM_breakpoint. A value of zero will delete all breakpoints that were set without the Sim_Breakpoint_Simulation flag.
  • Disable a breakpoint with id id as returned by breakpoint
  • Enable a breakpoint

Type Aliasesยง