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 af2fa2e commit efe82b7Copy full SHA for efe82b7
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
@@ -1240,7 +1240,7 @@ bool DynamicLoaderDarwin::UseDYLDSPI(Process *process) {
1240
use_new_spi_interface = false;
1241
}
1242
1243
- // Corefiles cannot use the dyld SPI to get the inferior's
+ // Corefiles cannot use the libdyld SPI to get the inferior's
1244
// binaries, we must find it through metadata or a scan
1245
// of the corefile memory.
1246
if (!process->IsLiveDebugSession())
0 commit comments