[Lldb-commits] [PATCH] D68645: MinidumpYAML: Add support for the memory info list stream
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Oct 10 06:09:48 PDT 2019
    
    
  
labath marked 3 inline comments as done.
labath added inline comments.
================
Comment at: include/llvm/ObjectYAML/MinidumpYAML.h:116
+
+  MemoryInfoListStream()
+      : Stream(StreamKind::MemoryInfoList,
----------------
MaskRay wrote:
> Move default constructor above.
Done, I've also moved the constructor of SystemInfoStream for consistency.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68645/new/
https://reviews.llvm.org/D68645
    
    
More information about the lldb-commits
mailing list