[Lldb-commits] [lldb] adde85e - [lldb][test] Mark some more watchpoint tests

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 03:36:12 PDT 2024


Author: David Spickett
Date: 2024-09-12T10:35:11Z
New Revision: adde85e7c3ade54b22c99d405fc9c3add869db0a

URL: https://github.com/llvm/llvm-project/commit/adde85e7c3ade54b22c99d405fc9c3add869db0a
DIFF: https://github.com/llvm/llvm-project/commit/adde85e7c3ade54b22c99d405fc9c3add869db0a.diff

LOG: [lldb][test] Mark some more watchpoint tests

Noticed when testing with qemu-aarch64 that does not support watchpoints.

Added: 
    lldb/test/API/functionalities/watchpoint/categories

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/watchpoint/categories b/lldb/test/API/functionalities/watchpoint/categories
new file mode 100644
index 00000000000000..97934fb58afd42
--- /dev/null
+++ b/lldb/test/API/functionalities/watchpoint/categories
@@ -0,0 +1,2 @@
+watchpoint
+


        


More information about the lldb-commits mailing list