hanchenye-llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Greg Clayton ef5c9503e3 Take extra care to ensure we don't deref a NULL pointer.
llvm-svn: 226299
2015-01-16 18:59:48 +00:00
..
CMakeLists.txt
DWARFAbbreviationDeclaration.cpp DWARF64 Fixes 2014-09-11 17:29:12 +00:00
DWARFAbbreviationDeclaration.h
DWARFAttribute.h
DWARFCompileUnit.cpp Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
DWARFCompileUnit.h DWARF64 Fixes 2014-09-11 17:29:12 +00:00
DWARFDIECollection.cpp
DWARFDIECollection.h
DWARFDataExtractor.cpp
DWARFDataExtractor.h DWARF64 Fixes 2014-09-11 17:29:12 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h
DWARFDebugArangeSet.cpp
DWARFDebugArangeSet.h
DWARFDebugAranges.cpp
DWARFDebugAranges.h
DWARFDebugInfo.cpp It's possible for this function to not be passed a CompUnit*; add 2014-10-16 01:21:25 +00:00
DWARFDebugInfo.h
DWARFDebugInfoEntry.cpp Take extra care to ensure we don't deref a NULL pointer. 2015-01-16 18:59:48 +00:00
DWARFDebugInfoEntry.h
DWARFDebugLine.cpp dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine. 2014-09-29 23:11:09 +00:00
DWARFDebugLine.h dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine. 2014-09-29 23:11:09 +00:00
DWARFDebugMacinfo.cpp
DWARFDebugMacinfo.h
DWARFDebugMacinfoEntry.cpp
DWARFDebugMacinfoEntry.h
DWARFDebugPubnames.cpp DWARF64 Fixes 2014-09-11 17:29:12 +00:00
DWARFDebugPubnames.h
DWARFDebugPubnamesSet.cpp
DWARFDebugPubnamesSet.h
DWARFDebugRanges.cpp
DWARFDebugRanges.h
DWARFDeclContext.cpp
DWARFDeclContext.h
DWARFDefines.cpp
DWARFDefines.h
DWARFFormValue.cpp Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly because the wrong compile unit was being used to calculate the compile unit relative offset. 2014-11-22 01:58:59 +00:00
DWARFFormValue.h Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly because the wrong compile unit was being used to calculate the compile unit relative offset. 2014-11-22 01:58:59 +00:00
DWARFLocationDescription.cpp
DWARFLocationDescription.h
DWARFLocationList.cpp
DWARFLocationList.h
HashedNameToDIE.h Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly because the wrong compile unit was being used to calculate the compile unit relative offset. 2014-11-22 01:58:59 +00:00
LogChannelDWARF.cpp
LogChannelDWARF.h
Makefile
NameToDIE.cpp
NameToDIE.h
SymbolFileDWARF.cpp Don't crash when we can't find a block for some reason, just try and do the right thing and fail gracefully. 2015-01-15 03:13:44 +00:00
SymbolFileDWARF.h Modified LLDB to be able to lookup global variables by address. 2015-01-15 02:59:20 +00:00
SymbolFileDWARFDebugMap.cpp
SymbolFileDWARFDebugMap.h
UniqueDWARFASTType.cpp
UniqueDWARFASTType.h