Searched refs:StopHookResult (Results 1 – 2 of 2) sorted by relevance
1338 enum class StopHookResult : uint32_t { enum1359 virtual StopHookResult HandleStop(ExecutionContext &exe_ctx,1407 StopHookResult HandleStop(ExecutionContext &exc_ctx,1425 StopHookResult HandleStop(ExecutionContext &exc_ctx,
3161 case StopHook::StopHookResult::KeepStopped: in RunStopHooks()3167 case StopHook::StopHookResult::RequestContinue: in RunStopHooks()3170 case StopHook::StopHookResult::NoPreference: in RunStopHooks()3173 case StopHook::StopHookResult::AlreadyContinued: in RunStopHooks()3954 Target::StopHook::StopHookResult3961 return StopHookResult::KeepStopped; in HandleStop()3984 return StopHookResult::AlreadyContinued; in HandleStop()3985 return StopHookResult::KeepStopped; in HandleStop()4028 Target::StopHook::StopHookResult4035 return StopHookResult::KeepStopped; in HandleStop()[all …]