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).