Function simics::api::simulator::control::_break_step

source ·
fn _break_step(obj: *mut ConfObject, steps: i64)
Expand description

Sets a step breakpoint on a processor.

§Arguments

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

§Exceptions

  • [SimException::SimExc_InterfaceNotFound] - Thrown if the obj object doesn’t implement the step interface.

§Context

Cell Context