Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp655 bool PlatformDarwinKernel::KernelHasdSYMSibling(const FileSpec &kernel_binary) { in KernelHasdSYMSibling() argument
656 FileSpec kernel_dsym = kernel_binary; in KernelHasdSYMSibling()
657 std::string filename = kernel_binary.GetFilename().AsCString(); in KernelHasdSYMSibling()