[Lldb-commits] [lldb] [lldb-dap] assembly breakpoints (PR #139969)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 22 02:51:17 PDT 2025


DavidSpickett wrote:

Looks like a Windows/PDB/COFF vs. Linux/DWARF/ELF difference. We can't break on a function when there's no debug information. It's not due to the architecture.

So if you feel like coming up with a hack to make it work, the failure should reproduce on x64 Windows as well. Personally I'm fine with this just being tested on Linux. The principles are generic enough.

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


More information about the lldb-commits mailing list