Return Error and Expected from more DWARF interfaces.
authorZachary Turner <zturner@google.com>
Fri, 15 Mar 2019 17:32:05 +0000 (17:32 +0000)
committerZachary Turner <zturner@google.com>
Fri, 15 Mar 2019 17:32:05 +0000 (17:32 +0000)
commit1cbbab9277af09f2da3f7eba7391452e8da8fe79
tree753645a33149b88d042ecec163235a96685c8fb9
parent04fddc9b27f1c86f24f2dbf9a4de0964ace4380b
Return Error and Expected from more DWARF interfaces.

This continues the work of introducing Error and Expected into
the DWARF parsing interfaces, this time for the DWARFCompileUnit
and DWARFDebugAranges classes.

Differential Revision: https://reviews.llvm.org/D59381

llvm-svn: 356278
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp