Skip to main content

run_with_observer

Function run_with_observer 

Source
pub fn run_with_observer(
    program: &Program,
    cfg: ExecConfig,
    arena: &mut GlobalArena,
    kernarg: &[u8],
    observer: &mut dyn ExecObserver,
) -> Result<(RunReport, SanitizeReport)>
Expand description

Execute with a Phase 9 observer (breakpoints / tracing).