Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2613 SystemRuntime *system_runtime = GetSystemRuntime(); in LaunchPrivate() local
2614 if (system_runtime) in LaunchPrivate()
2615 system_runtime->DidLaunch(); in LaunchPrivate()
2651 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2652 if (system_runtime) in LoadCore()
2653 system_runtime->DidAttach(); in LoadCore()
3013 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
3014 if (system_runtime) { in CompleteAttach()
3015 system_runtime->DidAttach(); in CompleteAttach()
3022 system_runtime->GetPluginName()); in CompleteAttach()