[Lldb-commits] [lldb] [lldb] Use `Address` to setup breakpoint (PR #94794)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 26 07:49:26 PDT 2024
DavidSpickett wrote:
I'm assuming that `Address` keeps track of the value if it changes due to position independent code, ASLR, etc. between runs. So this seems fine.
Can this be tested? Not sure what coverage we have of these plugins right now.
https://github.com/llvm/llvm-project/pull/94794
More information about the lldb-commits
mailing list