summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/SymbolFile/DWARF/inline-function-address-shared.test
Commit message (Collapse)AuthorAgeFilesLines
* [lldb] Fix test using lld on non-linux systemsJohannes Altmanninger2019-12-201-2/+2
|
* [LLDB] Fix address computation for inline functionJohannes Altmanninger2019-12-201-0/+6
Summary: Fixes PR41237 - SIGSEGV on call expression evaluation when debugging clang When linking multiple compilation units that define the same functions, the functions is merged but their debug info is not. This ignores debug info entries for functions in a non-executable sections; those are functions that were definitely dropped by the linker. Reviewers: spyffe, clayborg, jasonmolenda Reviewed By: clayborg Subscribers: labath, aprantl, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D71487
OpenPOWER on IntegriCloud