[Lldb-commits] [lldb] [LLDB] Add DIL code for handling plain variable names. (PR #120971)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 26 02:22:06 PST 2024


================
@@ -0,0 +1,26 @@
+int
+main(int argc, char **argv)
+{
+  int a = 1;
+  int b = 2;
+
+  char c = -3;
+  unsigned short s = 4;
+
+  return 0; // Set a breakpoint here
+}
+
+/*
----------------
labath wrote:

??

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


More information about the lldb-commits mailing list