[Lldb-commits] [lldb] [llvm] [lldb-dap] Add support for data breakpoint. (PR #81541)
Nico Weber via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 13 15:20:55 PST 2024
================
@@ -52,5 +52,6 @@ executable("lldb-dap") {
"RunInTerminal.cpp",
"SourceBreakpoint.cpp",
"lldb-dap.cpp",
+ "Watchpoint.cpp"
----------------
nico wrote:
Please don't update gn build files if you don't use the gn build. There's a bot that is able to do it most of the time, and it doesn't make mistakes like forgetting the trailing comma here :)
https://github.com/llvm/llvm-project/pull/81541
More information about the lldb-commits
mailing list