Function simics::api::simulator::control::break_step

source ·
pub fn break_step(obj: *mut ConfObject, steps: i64) -> Result<()>
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