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

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


DavidSpickett wrote:

Such a hack might be breaking on a place that does have debug information and stepping into one that doesn't, then placing a breakpoint on subsequent assembly lines. Might be. Didn't try it because it seemed like it might defeat the point of the test as it wouldn't place the initial breakpoint on a place without debug info.

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


More information about the lldb-commits mailing list