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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to