[Lldb-commits] [PATCH] D93421: Fix how ValueObject deals with getting unsigned values

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 17 16:05:28 PST 2020


shafik added a comment.

After chatting with Raphael offline, we realize that `BOOL` will indeed always be signed. I was under the impression for some reason that it was actually unsigned. So the fix is simpler is that we just need to make the formatter use `GetValueAsSigned(...)`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93421/new/

https://reviews.llvm.org/D93421



More information about the lldb-commits mailing list