[Lldb-commits] [PATCH] D65122: [Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 26 17:53:28 PDT 2019
xiaobai updated this revision to Diff 212031.
xiaobai added a comment.
Address comments:
- Use Expected<TypeSystem&>
- Did some formatting
- Made error checking more explicit
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65122/new/
https://reviews.llvm.org/D65122
Files:
include/lldb/Core/Module.h
include/lldb/Symbol/SymbolFile.h
include/lldb/Symbol/TypeSystem.h
include/lldb/Target/Target.h
source/API/SBModule.cpp
source/Breakpoint/Watchpoint.cpp
source/Core/Module.cpp
source/Core/ValueObjectRegister.cpp
source/DataFormatters/VectorType.cpp
source/Expression/Materializer.cpp
source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
source/Plugins/Language/CPlusPlus/BlockPointer.cpp
source/Plugins/Language/ObjC/CoreMedia.cpp
source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFUnit.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
source/Symbol/SymbolFile.cpp
source/Symbol/Type.cpp
source/Symbol/TypeSystem.cpp
source/Target/StackFrame.cpp
source/Target/Target.cpp
source/Target/ThreadPlanTracer.cpp
tools/lldb-test/lldb-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65122.212031.patch
Type: text/x-patch
Size: 66950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190727/b1d79e21/attachment-0001.bin>
More information about the lldb-commits
mailing list