[Lldb-commits] [PATCH] D132191: Treat a UUID of all zeros consistently to mean "Invalid UUID"
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 19 09:46:15 PDT 2022
jingham added a comment.
In D132191#3734014 <https://reviews.llvm.org/D132191#3734014>, @clayborg wrote:
> Minidump files have UUID values that are zeroed out. We will need to do something for these that can sense all zeroes and return a default constructed one.
I'm confused. The MinidumParser.cpp already used fromOptionalData and fromOptionalStringRef to create its UUID's. So this patch won't change the Minidump behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132191/new/
https://reviews.llvm.org/D132191
More information about the lldb-commits
mailing list