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_
breakpoint ๐Disable a breakpoint with idid
as returned bybreakpoint
- _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 bybreakpoint
- Enable a breakpoint
Type Aliasesยง
- Alias for
access_t
- Alias for
breakpoint_flag
- Alias for
breakpoint_id_t
- Alias for
breakpoint_kind_t