[Lldb-commits] [PATCH] D93481: [lldb/Lua] add support for multiline scripted breakpoints
Pedro Tammela via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Dec 19 11:10:41 PST 2020
tammela added inline comments.
================
Comment at: lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp:62
+ case eIOHandlerWatchpoint:
+ break;
+ case eIOHandlerBreakpoint:
----------------
JDevlieghere wrote:
> Shouldn't this be the same for break- and watchpoints?
Probably, we can address this when we add the support for watchpoints later
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93481/new/
https://reviews.llvm.org/D93481
More information about the lldb-commits
mailing list