Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2588 SystemRuntime *system_runtime = GetSystemRuntime(); in LaunchPrivate() local
2589 if (system_runtime) in LaunchPrivate()
2590 system_runtime->DidLaunch(); in LaunchPrivate()
2626 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2627 if (system_runtime) in LoadCore()
2628 system_runtime->DidAttach(); in LoadCore()
2984 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
2985 if (system_runtime) { in CompleteAttach()
2986 system_runtime->DidAttach(); in CompleteAttach()
2993 system_runtime->GetPluginName()); in CompleteAttach()