Home
last modified time | relevance | path

Searched refs:exit_frames (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Ddebugger_component.rs68 let frames = d.exit_frames(); in test_simple()
/wasmtime-44.0.1/crates/gdbstub-component/src/
H A Dlib.rs202 let mut next = self.debuggee.exit_frames().into_iter().next(); in update_on_stop()
/wasmtime-44.0.1/crates/debugger/src/host/
H A Dopaque.rs36 async fn exit_frames(&mut self) -> Result<Vec<FrameHandle>>; in exit_frames() method
156 async fn exit_frames(&mut self) -> Result<Vec<FrameHandle>> { in exit_frames() method
H A Dapi.rs237 async fn exit_frames(&mut self, debuggee: Resource<Debuggee>) -> Result<Vec<Resource<Frame>>> { in exit_frames() method
239 let frames = d.exit_frames().await?; in exit_frames()