[Lldb-commits] [PATCH] D105034: [lldb/lua] Add scripted watchpoints for Lua
Pedro Tammela via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Jul 4 16:26:13 PDT 2021
tammela accepted this revision.
tammela added a comment.
This revision is now accepted and ready to land.
I tested locally and it seems fine!
Thanks.
================
Comment at: lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test:23
+c
+# CHECK: conditional watchpoint
+# CHECK-NOT: conditional watchpoint
----------------
nit:
I think it makes more readable to change this to `CHECK-COUNT-1`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105034/new/
https://reviews.llvm.org/D105034
More information about the lldb-commits
mailing list