Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2776 SystemRuntime *system_runtime = GetSystemRuntime(); in LaunchPrivate() local
2777 if (system_runtime) in LaunchPrivate()
2778 system_runtime->DidLaunch(); in LaunchPrivate()
2814 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2815 if (system_runtime) in LoadCore()
2816 system_runtime->DidAttach(); in LoadCore()
3173 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
3174 if (system_runtime) { in CompleteAttach()
3175 system_runtime->DidAttach(); in CompleteAttach()
3182 system_runtime->GetPluginName()); in CompleteAttach()