[Lldb-commits] [PATCH] D48479: Represent invalid UUIDs as UUIDs with length zero

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 22 12:29:20 PDT 2018


labath added a comment.

In https://reviews.llvm.org/D48479#1141067, @lemo wrote:

>   One solution might be to encapsulate the MachO convention in the MachO
>
> code: check in there (maybe through a helper function) if the UUID is
>  "000...0" and map it to the empty UUID in that case. The UUID interface
>  would not have to know/care about this convention. Would this work?


I'm not sure if there is a suitable place for that function. This is needed in  "ObjectFileMachO" and two dynamic loader plugins.


https://reviews.llvm.org/D48479





More information about the lldb-commits mailing list