[Lldb-commits] [lldb] [lldb][test] Skip one inline stepping test for arm-ubuntu. (PR #114295)

via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 09:21:25 PDT 2024


jimingham wrote:

Thanks for the analysis.  The other bit that lldb looks at (which is what I added with the patch this change is the result of) is the DW_AT_call_{file, line} info in the debug_info part of the DWARF for that function.  Before we ignored that information when setting breakpoints.  What do those look like?

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


More information about the lldb-commits mailing list