Function simics::api::simulator::control::_break_cycle

source ·
fn _break_cycle(obj: *mut ConfObject, cycles: i64)
Expand description

Insert a breakpoint event at cycles clock cycles from now, causing simulation to stop when reached by obj.

§Arguments

  • obj - The object whose cycles will be monitored to break on
  • cycles - The number of cycles until the break occurs

§Context

Cell Context