[Lldb-commits] [PATCH] D132734: [lldb] Fix member access in GetExpressionPath
Tonko SabolĨec via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 7 05:09:08 PDT 2022
tonkosi added a comment.
Hi, I fixed the issue causing macOS tests to fail, but I don't have a macOS machine to verify it actually works. I'd be grateful if someone could check that part.
I also decided to further reduce number of parenthesis in output (e.g. `(*(ptr)).member` isn't ideal), but now I realize that the previous `*(a.b.c)` might be more clear than `*a.b.c`. Let me know if I should revert that part.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132734/new/
https://reviews.llvm.org/D132734
More information about the lldb-commits
mailing list