[Lldb-commits] [lldb] [lldb] Use Function::GetAddress in Module::FindFunctions (PR #124938)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 29 13:46:18 PST 2025
jimingham wrote:
This looks fine, but more generally, is there any good reason to ever use Function::GetAddressRange? Shouldn't that just be removed and all the instances replaced with either GetAddress or get the ranges and iterate over them looking for whatever they wanted?
https://github.com/llvm/llvm-project/pull/124938
More information about the lldb-commits
mailing list