[Lldb-commits] [PATCH] D121967: [LLDB][NativePDB] Create inline function decls

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 22 15:37:41 PDT 2022


zequanwu updated this revision to Diff 417413.
zequanwu marked an inline comment as done.
zequanwu added a comment.

- Split the inline_sites.s test into two. One for live testing on windows, another one for all platforms.
- Fix wrong variable address range when there are gaps.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121967

Files:
  lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
  lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites.lldbinit
  lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites.s
  lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites_live.lldbinit
  lldb/test/Shell/SymbolFile/NativePDB/inline_sites.s
  lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test
  lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.test
  lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121967.417413.patch
Type: text/x-patch
Size: 93694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220322/7c3752e0/attachment-0001.bin>


More information about the lldb-commits mailing list