Struct lldb::SBProcessEvent
[−]
[src]
pub struct SBProcessEvent<'e> { /* fields omitted */ }
pub struct SBProcessEvent<'e> { /* fields omitted */ }
impl<'e> SBProcessEvent<'e>
[src]fn new(event: &'e SBEvent) -> Self
[src]fn process_state(&self) -> StateType
[src]fn process(&self) -> SBProcess
[src]fn interrupted(&self) -> bool
[src]fn restarted(&self) -> bool
[src]fn restarted_reasons(&self) -> SBProcessEventRestartedReasonIter
[src]