Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2537 SystemRuntime *system_runtime = GetSystemRuntime(); in Launch() local
2538 if (system_runtime) in Launch()
2539 system_runtime->DidLaunch(); in Launch()
2598 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2599 if (system_runtime) in LoadCore()
2600 system_runtime->DidAttach(); in LoadCore()
2931 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
2932 if (system_runtime) { in CompleteAttach()
2933 system_runtime->DidAttach(); in CompleteAttach()
2942 system_runtime->GetPluginName().AsCString("<unnamed>")); in CompleteAttach()