Lines Matching refs:StopHook
2822 Target::StopHookSP Target::CreateStopHook(StopHook::StopHookKind kind) { in CreateStopHook()
2826 case StopHook::StopHookKind::CommandBased: in CreateStopHook()
2829 case StopHook::StopHookKind::ScriptBased: in CreateStopHook()
2981 StopHook::StopHookResult this_result = in RunStopHooks()
2986 case StopHook::StopHookResult::KeepStopped: in RunStopHooks()
2995 case StopHook::StopHookResult::RequestContinue: in RunStopHooks()
2998 case StopHook::StopHookResult::AlreadyContinued: in RunStopHooks()
3691 Target::StopHook::StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHook() function in Target::StopHook
3695 Target::StopHook::StopHook(const StopHook &rhs) in StopHook() function in Target::StopHook
3703 void Target::StopHook::SetSpecifier(SymbolContextSpecifier *specifier) { in SetSpecifier()
3707 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetThreadSpecifier()
3711 bool Target::StopHook::ExecutionContextPasses(const ExecutionContext &exc_ctx) { in ExecutionContextPasses()
3727 void Target::StopHook::GetDescription(Stream &s, in GetDescription()
3798 Target::StopHook::StopHookResult
3853 Target::StopHook::StopHookResult