================ @@ -356,6 +370,13 @@ void yaml::MappingContextTraits<MemoryDescriptor, yaml::BinaryRef>::mapping( IO.mapRequired("Content", Content); } +void yaml::MappingContextTraits<MemoryDescriptor_64, yaml::BinaryRef>::mapping( + IO &IO, MemoryDescriptor_64 &Memory, BinaryRef &Content) { + mapRequiredHex(IO, "Start of Memory Range", Memory.StartOfMemoryRange); + mapRequiredHex(IO, "Data Size", Memory.DataSize); ---------------- Jlalond wrote:
Would like feedback from reviewers, should we require DataSize here or should we just take the content size? https://github.com/llvm/llvm-project/pull/101272 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits