[Lldb-commits] [PATCH] D116845: [LLDB][NativePDB] Add support for inlined functions
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 7 16:41:11 PST 2022
zequanwu created this revision.
zequanwu added reviewers: labath, rnk, akhuang.
Herald added a subscriber: arphaman.
zequanwu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: lldb-commits, sstefan1.
Herald added a project: LLDB.
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`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116845
Files:
lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites.lldbinit
lldb/test/Shell/SymbolFile/NativePDB/inline_sites.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116845.398273.patch
Type: text/x-patch
Size: 61678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220108/cd67bfaf/attachment-0001.bin>
More information about the lldb-commits
mailing list