[Lldb-commits] [lldb] [lldb]Make `list` command work with headers when possible. (PR #139002)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 12 09:12:56 PDT 2025


labath wrote:

> Leaving the line-number as `0` somehow result in it couldn't find the file! (Changing it to the right line number - or anything non-zero, on the other hand works). Any idea why?

Line zero means "I don't know", so it's possible that it's treated specially (you could step through the code to see if it bails out somewhere). Maybe we should use line 1 than as that's the first real line number?

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


More information about the lldb-commits mailing list