Function simics::api::simulator::breakpoints::_delete_breakpoint

source ·
fn _delete_breakpoint(id: BreakpointId)
Expand description

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.

§Arguments

  • id: The breakpoint ID to delete, or 0 to delete all breakpoints set without the Sim_Breakpoint_Simulation flag

§Exceptions

  • SimExc_Index Thrown if no breakpoint with the id is found.

§Context

Cell Context