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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 17 03:00:22 PDT 2023


================
@@ -2,8 +2,8 @@
 #include <stdio.h>
 
 int main() {
-  uint8_t x1 = 0;
-  uint16_t x2 = 0;
+  long x1 = 0;
+  long x2 = 0;
----------------
DavidSpickett wrote:

We need the type change here because?

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


More information about the lldb-commits mailing list