Searched refs:BreakpointState (Results 1 – 3 of 3) sorted by relevance
945 pub(crate) struct BreakpointState { struct994 state: &'a mut BreakpointState,1003 impl BreakpointState { impl1043 breakpoints: &BreakpointState, in get_code_memory() argument
102 use crate::{BreakpointState, DebugHandler, FrameDataCache};555 breakpoints: BreakpointState,1680 ) -> (&mut BreakpointState, &mut ModuleRegistry) { in breakpoints_and_registry_mut() argument1685 pub(crate) fn breakpoints_and_registry(&self) -> (&BreakpointState, &ModuleRegistry) { in breakpoints_and_registry() argument
107 pub struct RegisterBreakpointState<'a>(pub(crate) &'a crate::runtime::debug::BreakpointState);