[Lldb-commits] [PATCH] D60405: MinidumpYAML: Add support for ModuleList stream
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 17 15:23:37 PDT 2019
amccarth accepted this revision.
amccarth added a comment.
This revision is now accepted and ready to land.
Nice!
================
Comment at: include/llvm/ObjectYAML/MinidumpYAML.h:57
+/// record. In memory, we represent these as the ParsedModule struct, which
+/// groups minidump::Module with all of it's dependant structures in a single
+/// entity.
----------------
nit: s/it's/its/
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60405/new/
https://reviews.llvm.org/D60405
More information about the lldb-commits
mailing list