Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DProcess.cpp2665 SystemRuntime *system_runtime = GetSystemRuntime(); in Launch() local
2666 if (system_runtime) in Launch()
2667 system_runtime->DidLaunch(); in Launch()
2726 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() local
2727 if (system_runtime) in LoadCore()
2728 system_runtime->DidAttach(); in LoadCore()
3057 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() local
3058 if (system_runtime) { in CompleteAttach()
3059 system_runtime->DidAttach(); in CompleteAttach()
3068 system_runtime->GetPluginName().AsCString("<unnamed>")); in CompleteAttach()