[Lldb-commits] [lldb] [lldb] [mostly NFC] Large WP foundation: WatchpointResources (PR #68845)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 18 15:24:02 PDT 2023


================
@@ -1,3 +1,10 @@
 # REQUIRES: system-darwin
+# TODO: This test is breaking with my output 
+# reformatting done for Large Watchpoint support,
+# but the lines being output by lldb are identical,
+# by visual inspection.  
+# FileCheck is seeing some difference between them,
+# which I need to get to the bottom of.
----------------
jasonmolenda wrote:

Good idea, it must surely be something like that.  The test wasn't adding anything super useful and I spent so much time trying to rearrange things to make it pass I finally punted on it for now.  I'm going to need to add a bunch of new tests once I get the large watchpoint work finished.

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


More information about the lldb-commits mailing list