[Lldb-commits] [PATCH] D109738: [lldb] Fix bug 38317 - Address breakpoints don't work if set before the process launches
Ted Woodward via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 15 15:55:24 PDT 2021
ted added a comment.
In D109738#3000608 <https://reviews.llvm.org/D109738#3000608>, @jingham wrote:
> BTW, do you know what change made this stop working?
https://github.com/llvm-mirror/lldb/commit/43793406 in the old multirepo. In the monorepo, it's https://github.com/llvm/llvm-project/commit/5ec7cd7 .
We've got a conflict between "clean up old breakpoint addresses left behind when a section is deleted" vs "keep around breakpoint addressed that are set explicitly, but aren't part of a loaded section".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109738/new/
https://reviews.llvm.org/D109738
More information about the lldb-commits
mailing list