Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2584 SystemRuntime *system_runtime = GetSystemRuntime(); in LaunchPrivate() local
2585 if (system_runtime) in LaunchPrivate()
2586 system_runtime->DidLaunch(); in LaunchPrivate()
2622 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2623 if (system_runtime) in LoadCore()
2624 system_runtime->DidAttach(); in LoadCore()
2963 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
2964 if (system_runtime) { in CompleteAttach()
2965 system_runtime->DidAttach(); in CompleteAttach()
2972 system_runtime->GetPluginName()); in CompleteAttach()