File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lldb/source/Plugins/SymbolLocator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1
+ # Order matters here: the first symbol locator prevents further searching.
2
+ # For DWARF binaries that are both stripped and split, the Default plugin
3
+ # will return the stripped binary when asked for the ObjectFile, which then
4
+ # prevents an unstripped binary from being requested from the Debuginfod
5
+ # provider.
6
6
add_subdirectory (Debuginfod )
7
7
add_subdirectory (Default )
8
8
if (CMAKE_SYSTEM_NAME MATCHES "Darwin" )
You can’t perform that action at this time.
0 commit comments