1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/DebugInfo/PDB/DIA
Zachary Turner 2d0c903eb8 [llvm-pdbdump] Better error handling.
Previously it was impossible to distinguish between "There is
no PDB implementation for this platform" and "I tried to load
the PDB, but couldn't find the file", making it hard to figure
out if you built llvm-pdbdump incorrectly or if you just mistyped
a file name.

This patch adds proper error handling so that we can know exactly
what went wrong.

llvm-svn: 230868
2015-02-28 20:23:18 +00:00
..
DIADataStream.cpp Re-sort #include lines using my handy dandy ./utils/sort_includes.py 2015-02-13 09:09:03 +00:00
DIAEnumDebugStreams.cpp Re-sort #include lines using my handy dandy ./utils/sort_includes.py 2015-02-13 09:09:03 +00:00
DIAEnumLineNumbers.cpp
DIAEnumSourceFiles.cpp
DIAEnumSymbols.cpp
DIALineNumber.cpp
DIARawSymbol.cpp [llvm-pdbdump] Very minor code cleanup. 2015-02-23 05:59:14 +00:00
DIASession.cpp [llvm-pdbdump] Better error handling. 2015-02-28 20:23:18 +00:00
DIASourceFile.cpp