[Lldb-commits] [PATCH] D119170: [lldb] Skip ScriptInterpreter/Lua/watchpoint_callback.test on Apple Silicon
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 7 11:33:37 PST 2022
labath added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119170/new/
https://reviews.llvm.org/D119170
More information about the lldb-commits
mailing list