[Lldb-commits] [PATCH] D121030: [LLDB][NativePDB] Fix infinite recursion when a class has static member with the class type.
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 10 16:58:29 PST 2022
zequanwu updated this revision to Diff 414529.
zequanwu added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
We simply shouldn't complete the types of static members at all, which is how dwarf does it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121030/new/
https://reviews.llvm.org/D121030
Files:
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables.lldbinit
lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121030.414529.patch
Type: text/x-patch
Size: 10276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220311/9b0dfb2f/attachment-0001.bin>
More information about the lldb-commits
mailing list