[all-commits] [llvm/llvm-project] 3736de: [lldb] Use Function::GetAddress in Module::FindFun...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri Jan 31 00:13:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3736de2e3c20b4ed496a6590bc758ac0e033bd4c
https://github.com/llvm/llvm-project/commit/3736de2e3c20b4ed496a6590bc758ac0e033bd4c
Author: Pavel Labath <pavel at labath.sk>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M lldb/source/Core/Module.cpp
M lldb/test/Shell/SymbolFile/DWARF/x86/discontinuous-function.s
Log Message:
-----------
[lldb] Use Function::GetAddress in Module::FindFunctions (#124938)
The original code resulted in a misfire in the symtab vs. debug info
deduplication code, which caused us to return the same function twice
when searching via a regex (for functions whose entry point is also not
the lowest address).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list