[Lldb-commits] [lldb] Make SBBreakpoint/SBBreakpointLocation.SetCondition(nullptr) work again. (PR #162370)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 7 14:03:21 PDT 2025


================
@@ -1,10 +1,15 @@
-add_lldb_unittest(LLDBBreakpointTests
+add_lldb_unittest(LLDBBreakpointTests      
   BreakpointIDTest.cpp
+  BreakpointClearConditionTest.cpp
   WatchpointAlgorithmsTests.cpp
 
   LINK_COMPONENTS
     Support
   LINK_LIBS
+    liblldb
----------------
jimingham wrote:

I have no problem moving it, but if you were expecting this to have been a real as opposed to a theoretical thing, it isn't...

https://github.com/llvm/llvm-project/pull/162370


More information about the lldb-commits mailing list