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 6e1f6f0 commit e7a9d47Copy full SHA for e7a9d47
lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
@@ -429,7 +429,7 @@ void ProcessMachCore::LoadBinariesViaExhaustiveSearch() {
429
// To do an exhaustive search, we'll need to create data extractors
430
// to get correctly sized/endianness fields. If we had a main binary
431
// already, we would have set the Target to that - so here we'll use
432
- // the corefile's cputype/cpusubtype as the best guess.
+ // the corefile's cputype/cpusubtype as the best guess.
433
if (!GetTarget().GetArchitecture().IsValid()) {
434
// The corefile's architecture is our best starting point.
435
ArchSpec arch(m_core_module_sp->GetArchitecture());
0 commit comments