[Lldb-commits] [PATCH] D125844: [LLDB][NativePDB] Check for missing type info to avoid crash.

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 17 18:28:27 PDT 2022


zequanwu created this revision.
zequanwu added a reviewer: labath.
Herald added a project: All.
zequanwu requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

NativePDB often assumes that all debug info are available.
This is one step to make it more pervasive.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125844

Files:
  lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  lldb/test/Shell/SymbolFile/NativePDB/missing-type.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125844.430215.patch
Type: text/x-patch
Size: 13196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220518/0ca0628c/attachment.bin>


More information about the lldb-commits mailing list