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

via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 15 13:15:21 PST 2025


================
@@ -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
+}
+
+/*
----------------
cmtice wrote:

Removed.

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


More information about the lldb-commits mailing list