[Lldb-commits] [lldb] [lldb] Use the first address range as the function address (PR #122440)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 24 03:49:59 PST 2025


labath wrote:

Thank you both. The cases where I'm creating a function with a single range are all in non-DWARF plugins, and the range is the only one we have available. Breakpad definitely doesn't support multiple function ranges. I'm not sure about PDB, but I didn't find anything obvious there either (Propeller also doesn't work on windows, and I don't know if the Microsoft has anything comparable). If it does, or it gains that ability in the future, the lldb infrastructure will be ready for that.

I'm going to merge this now. Greg, if you have further comments, we can handle them in followups.

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


More information about the lldb-commits mailing list