[Lldb-commits] [PATCH] D113930: [LLDB][NativePDB] Fix function decl creation for class methods

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 23 18:15:05 PST 2021


zequanwu updated this revision to Diff 389364.
zequanwu added a comment.
This revision is now accepted and ready to land.

Use `lldb-test symbols --find=function --name=full::name --function-flags=full` for testing.
Add some information about static/virtual/artificial and access type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113930

Files:
  lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113930.389364.patch
Type: text/x-patch
Size: 8008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211124/7aef9c25/attachment.bin>


More information about the lldb-commits mailing list