[all-commits] [llvm/llvm-project] 5c9f3e: [LLDB][NativePDB] Check for missing type info to a...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Wed May 25 13:22:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c9f3ec4ad5d930f38c5682345a589ce57a5d602
https://github.com/llvm/llvm-project/commit/5c9f3ec4ad5d930f38c5682345a589ce57a5d602
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
A lldb/test/Shell/SymbolFile/NativePDB/missing-type.s
Log Message:
-----------
[LLDB][NativePDB] Check for missing type info to avoid crash.
NativePDB often assumes that all debug info are available.
This is one step to make it more pervasive.
Differential Revision: https://reviews.llvm.org/D125844
More information about the All-commits
mailing list