[Lldb-commits] [PATCH] D116845: [LLDB][NativePDB] Add support for inlined functions

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 10 16:07:26 PST 2022


zequanwu updated this revision to Diff 398772.
zequanwu marked 4 inline comments as done.
zequanwu added a comment.

Address comments.
Store "temporary" line table in `CompileUnitIndex`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116845/new/

https://reviews.llvm.org/D116845

Files:
  lldb/include/lldb/Symbol/LineTable.h
  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.398772.patch
Type: text/x-patch
Size: 61101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220111/1d1c18b6/attachment-0001.bin>


More information about the lldb-commits mailing list