[Lldb-commits] [lldb] [lldb] Use the first address range as the function address (PR #122440)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 23 16:19:02 PST 2025
https://github.com/jasonmolenda approved this pull request.
Sorry I wasn't sure if Greg or David had further comments/questions so I didn't touch it. This looks good to me. The one question I had is in a few places where you construct a Function (`std::make_shared<Function>...`) we pass the base address and size, and I'm not clear (in most cases) if the size is the maximum size of all ranges (the span between the lowest address and highest address in any range) in the function, or only the size of the first address range. If it's the maximum size of all ranges, that means we'll have compile units with overlapping address ranges, won't it? Is this a problem?
https://github.com/llvm/llvm-project/pull/122440
More information about the lldb-commits
mailing list