[Lldb-commits] [lldb] Fix lldb-dap non-leaf frame source resolution issue (PR #165944)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 10 04:05:11 PST 2025


================
@@ -0,0 +1,17 @@
+void bar() {
+  int val = 32; // breakpoint here
+}
+
+void at_line_zero() {}
+
+int foo() {
----------------
da-viper wrote:

please, forward declare `foo()` and move the definition to bottom of the file so the line directive does not affect the `main()` function 

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


More information about the lldb-commits mailing list