[llvm-branch-commits] [lldb] [lldb][NFC] Move BreakpointSite::IsEnabled/SetEnabled into Process (PR #192964)

David Spickett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 27 01:43:12 PDT 2026


DavidSpickett wrote:

> The Process class is the one responsible for managing the state of a BreakpointSite inside the process. As such, it should be the one answering questions about the state of the site.

This might be true but for now of course all I see is a layer of indirection. I assume I'll see this being used in later PRs but please add a sentence to the PR description to give the practical reasons for doing this.

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


More information about the llvm-branch-commits mailing list