Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp246 const std::string core_sim_path(GetCoreSimulatorPath().GetPath()); in LoadCoreSimulator() local
247 if (core_sim_path.size()) in LoadCoreSimulator()
248 dlopen(core_sim_path.c_str(), RTLD_LAZY); in LoadCoreSimulator()