We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1896e51 commit 6e09486Copy full SHA for 6e09486
lldb/source/Plugins/SymbolLocator/CMakeLists.txt
@@ -1,8 +1,8 @@
1
-# Order matters here, as the first symbol locator will prevent further
2
-# searching. For DWARF binaries that are both stripped & split, the Default
3
-# plugin will return the stripped binary when asked for the ObjectFile,
4
-# preventing an unstripped binary from being requested from the Debuginfod
5
-# provider
+# 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.
6
add_subdirectory(Debuginfod)
7
add_subdirectory(Default)
8
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
0 commit comments