[Lldb-commits] [lldb] [lldb-dap] persistent assembly breakpoints (PR #148061)
Ely Ronnen via lldb-commits
lldb-commits at lists.llvm.org
Sun Jul 20 11:25:55 PDT 2025
eronnen wrote:
@jimingham I updated the PR to use the suggested `BreakpointCreateByName` instead of the address resolver, add `m_offset_is_insn_count` and check the disassemble result for errors when resolving with `m_offset_is_insn_count == true`
https://github.com/llvm/llvm-project/pull/148061
More information about the lldb-commits
mailing list