[Lldb-commits] [PATCH] D91504: [lldb] Use translated full ftag values
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 19 23:45:30 PST 2020
labath added a comment.
Well... I think that will make the test fail on mac, as debugserver hasn't been updated.
This test comes from D12592 <https://reviews.llvm.org/D12592>, and is actually serves a very similar purpose to the test you just wrote. Normally, I would say we don't need both of them, but since we still have debugserver with the old behavior, and your new test is consistent with how we've (you've) been writing other register tests, maybe we could just slap `@skipUnlessDarwin` on TestRegisters.py, and put some comments (on both tests) that explain the situation and cross-reference each other (?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91504/new/
https://reviews.llvm.org/D91504
More information about the lldb-commits
mailing list