[all-commits] [llvm/llvm-project] 945aa5: [LLDB][NativePDB] Add support for inlined functions
ZequanWu via All-commits
all-commits at lists.llvm.org
Tue Jan 11 16:11:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 945aa520ef07a3edb655f3f38e4c3023658dd623
https://github.com/llvm/llvm-project/commit/945aa520ef07a3edb655f3f38e4c3023658dd623
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M lldb/include/lldb/Symbol/LineTable.h
M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
A lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites.lldbinit
A lldb/test/Shell/SymbolFile/NativePDB/inline_sites.s
Log Message:
-----------
[LLDB][NativePDB] Add support for inlined functions
This adds inline function support to NativePDB by parsing S_INLINESITE records
to retrieve inlinee line info and add them into line table at `ParseLineTable`.
Differential Revision: https://reviews.llvm.org/D116845
More information about the All-commits
mailing list