================
@@ -445,6 +446,10 @@ bool
DynamicLoaderDarwin::JSONImageInformationIntoImageInfo(
mh->GetValueForKey("cpusubtype")->GetUnsignedIntegerValue();
image_infos[i].header.filetype =
mh->GetValueForKey("filetype")->GetUnsignedIntegerValue();
+ if (mh->HasKey("sizeof_h_and_loadcmds"))
----------------
JDevlieghere wrote:
Typo?
```suggestion
if (mh->HasKey("sizeof_mh_and_loadcmds"))
```
https://github.com/llvm/llvm-project/pull/200072
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits