[Lldb-commits] [PATCH] D119170: [lldb] Skip ScriptInterpreter/Lua/watchpoint_callback.test on Apple Silicon

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 7 12:08:51 PST 2022


JDevlieghere abandoned this revision.
JDevlieghere added a comment.

In D119170#3302067 <https://reviews.llvm.org/D119170#3302067>, @labath wrote:

> If I had to guess, I'd say this is because "b main" stops at a point after the variable has already been initialized. If true, it should be fairly easy to modify the test to not do that.

You're correct, thanks for the suggestion. Fixed in a5a71b139c6b3cb2cc569c81f91210dede2f1f4c <https://reviews.llvm.org/rGa5a71b139c6b3cb2cc569c81f91210dede2f1f4c>.


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

https://reviews.llvm.org/D119170



More information about the lldb-commits mailing list