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.cpp2740 SystemRuntime *system_runtime = GetSystemRuntime(); in LaunchPrivate() local
2741 if (system_runtime) in LaunchPrivate()
2742 system_runtime->DidLaunch(); in LaunchPrivate()
2780 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2781 if (system_runtime) in LoadCore()
2782 system_runtime->DidAttach(); in LoadCore()
3134 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
3135 if (system_runtime) { in CompleteAttach()
3136 system_runtime->DidAttach(); in CompleteAttach()
3143 system_runtime->GetPluginName()); in CompleteAttach()