[Lldb-commits] [lldb] [lldb][Darwin] Don't try to insert breakpoint on corefiles (PR #184749)

via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 5 09:00:36 PST 2026


https://github.com/jimingham approved this pull request.

I can't think of a really good way to do this more generally.  We could decide "setting a breakpoint on a not-live process isn't an error".  That's assuming however that everybody who sets breakpoints will know they won't work and don't need notification.
Maybe a compromise would be "setting internal breakpoints on a not-live process isn't an error" assuming we know we didn't really mean it for those processes.  But even that is a little weird.
Doing it site by site as you are here is likely the best we can do.

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


More information about the lldb-commits mailing list