NativePDB often assumes that all debug info are available.
This is one step to make it more pervasive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125844
[LLDB][NativePDB] Check for missing type info to avoid crash. ClosedPublic Authored by zequanwu on May 17 2022, 6:28 PM.
Details Summary NativePDB often assumes that all debug info are available.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 25 2022, 12:16 PM Closed by commit rG5c9f3ec4ad5d: [LLDB][NativePDB] Check for missing type info to avoid crash. (authored by zequanwu). · Explain WhyMay 25 2022, 1:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 430215 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
|