blob: 3b466f71dca58fb442597f04e506615260c2adfc [file] [log] [blame]
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND SymbolLocator)
# Order matters here: the first symbol locator prevents further searching.
# For DWARF binaries that are both stripped and split, the Default plugin
# will return the stripped binary when asked for the ObjectFile, which then
# prevents an unstripped binary from being requested from the Debuginfod
# provider.
add_subdirectory(Debuginfod)
add_subdirectory(Default)
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(DebugSymbols)
endif()