Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp669 static constexpr llvm::StringLiteral g_solibext(".so"); in LoadPluginCallback() local
687 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()