Home
last modified time | relevance | path

Searched refs:BreakpointState (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs945 pub(crate) struct BreakpointState { struct
994 state: &'a mut BreakpointState,
1003 impl BreakpointState { impl
1043 breakpoints: &BreakpointState, in get_code_memory() argument
H A Dstore.rs102 use crate::{BreakpointState, DebugHandler, FrameDataCache};
555 breakpoints: BreakpointState,
1680 ) -> (&mut BreakpointState, &mut ModuleRegistry) { in breakpoints_and_registry_mut() argument
1685 pub(crate) fn breakpoints_and_registry(&self) -> (&BreakpointState, &ModuleRegistry) { in breakpoints_and_registry() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs107 pub struct RegisterBreakpointState<'a>(pub(crate) &'a crate::runtime::debug::BreakpointState);