.. |
CMakeLists.txt
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFAbbreviationDeclaration.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFAbbreviationDeclaration.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFAttribute.h
|
Fix a bunch of compile time warnings and a build failure on ubuntu.
|
2013-08-30 17:50:57 +00:00 |
DWARFCompileUnit.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFCompileUnit.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDIECollection.cpp
|
Fixed an issue where if a method funciton was asked to be parsed before
|
2010-10-01 20:48:32 +00:00 |
DWARFDIECollection.h
|
Fixed the header guards.
|
2011-09-12 04:20:38 +00:00 |
DWARFDataExtractor.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDataExtractor.h
|
Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF support
|
2013-10-31 19:51:53 +00:00 |
DWARFDebugAbbrev.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugAbbrev.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugArangeSet.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugArangeSet.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugAranges.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugAranges.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugInfo.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugInfo.h
|
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
|
2013-04-18 22:45:39 +00:00 |
DWARFDebugInfoEntry.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugInfoEntry.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugLine.cpp
|
Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF support
|
2013-10-31 19:51:53 +00:00 |
DWARFDebugLine.h
|
Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF support
|
2013-10-31 19:51:53 +00:00 |
DWARFDebugMacinfo.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugMacinfo.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugMacinfoEntry.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugMacinfoEntry.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugPubnames.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugPubnames.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugPubnamesSet.cpp
|
Update DWARFDebugPubnamesSet 64-bit DWARF to use new DWARFDataExtractor
|
2013-10-25 13:18:17 +00:00 |
DWARFDebugPubnamesSet.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDebugRanges.cpp
|
Ensure parsed debug arange data is sorted
|
2013-12-02 20:16:30 +00:00 |
DWARFDebugRanges.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFDeclContext.cpp
|
Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn't handling. This fix will fix cases where classes are forward declared using DW_TAG_structure_type and then actually defined using DW_TAG_class_type. LLDB, when it finds a forward declaration, would try and find and parse the complete type. It does this by:
|
2013-07-15 21:10:17 +00:00 |
DWARFDeclContext.h
|
Made all other "operator bool"s explicit and ensured
|
2013-10-04 21:35:29 +00:00 |
DWARFDefines.cpp
|
Did a lot of code cleanup.
|
2010-11-09 23:46:37 +00:00 |
DWARFDefines.h
|
Cleanup/rearrange includes:
|
2013-08-28 12:14:27 +00:00 |
DWARFFormValue.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFFormValue.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFLocationDescription.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFLocationDescription.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFLocationList.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
DWARFLocationList.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
HashedNameToDIE.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
LogChannelDWARF.cpp
|
Fixed parsing of the .debug_aranges section so that LLDB will still work correctly even if arange data is not available for every object file in the program.
|
2013-09-09 23:17:40 +00:00 |
LogChannelDWARF.h
|
<rdar://problem/13854277>
|
2013-05-10 21:47:16 +00:00 |
Makefile
|
Merged Eli Friedman's linux build changes where he added Makefile files that
|
2010-07-09 20:39:50 +00:00 |
NameToDIE.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
NameToDIE.h
|
Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are:
|
2013-06-18 22:51:05 +00:00 |
SymbolFileDWARF.cpp
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
SymbolFileDWARF.h
|
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
|
2013-10-24 20:43:47 +00:00 |
SymbolFileDWARFDebugMap.cpp
|
Changed the bool conversion operator on ConstString
|
2013-10-03 22:27:29 +00:00 |
SymbolFileDWARFDebugMap.h
|
Huge change to clean up types.
|
2013-07-11 22:46:58 +00:00 |
UniqueDWARFASTType.cpp
|
Fix segfault in UniqueDWARFASTTypeList::Find if we are comparing
|
2011-10-01 01:28:37 +00:00 |
UniqueDWARFASTType.h
|
Added a fix that should help incorrect type uniquing. There was an issue
|
2011-03-15 04:38:20 +00:00 |