Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2788 SystemRuntime *system_runtime = GetSystemRuntime(); in Launch() local
2789 if (system_runtime) in Launch()
2790 system_runtime->DidLaunch(); in Launch()
2849 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2850 if (system_runtime) in LoadCore()
2851 system_runtime->DidAttach(); in LoadCore()
3182 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
3183 if (system_runtime) { in CompleteAttach()
3184 system_runtime->DidAttach(); in CompleteAttach()
3192 system_runtime->GetPluginName().AsCString("<unnamed>")); in CompleteAttach()