llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Jim Ingham 182702076b Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in.
llvm-svn: 111605
2010-08-20 01:13:58 +00:00
..
DWARFAbbreviationDeclaration.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFAbbreviationDeclaration.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFAttribute.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFCompileUnit.cpp I enabled some extra warnings for hidden local variables and for hidden 2010-07-14 00:18:15 +00:00
DWARFCompileUnit.h Added function name types to allow us to set breakpoints by name more 2010-06-28 21:30:43 +00:00
DWARFDIECollection.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDIECollection.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugAbbrev.cpp Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). 2010-07-06 20:30:35 +00:00
DWARFDebugAbbrev.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugArangeSet.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugArangeSet.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugAranges.cpp A few more misc warning fixes. 2010-07-09 23:04:08 +00:00
DWARFDebugAranges.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugInfo.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugInfo.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugInfoEntry.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugInfoEntry.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugLine.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugLine.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugMacinfo.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugMacinfo.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugMacinfoEntry.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugMacinfoEntry.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugPubnames.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugPubnames.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugPubnamesSet.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugPubnamesSet.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugRanges.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDebugRanges.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFDefines.cpp Fix build for newer versions of GCC that don't include cstring implicitly. Based on a patch by Pawel Wodnicki! 2010-07-07 09:19:50 +00:00
DWARFDefines.h Switch over to using llvm's dwarf constants file. 2010-07-06 22:38:03 +00:00
DWARFFormValue.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFFormValue.h Misc warning fixes. 2010-07-09 22:53:18 +00:00
DWARFLocationDescription.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFLocationDescription.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFLocationList.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DWARFLocationList.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
LogChannelDWARF.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
LogChannelDWARF.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
SymbolFileDWARF.cpp Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. 2010-08-20 01:13:58 +00:00
SymbolFileDWARF.h Fixed namespace visibility problems that were 2010-08-06 00:32:49 +00:00
SymbolFileDWARFDebugMap.cpp Fixed an issue where we would return matches for DWARF in the .o files when 2010-08-17 23:16:15 +00:00
SymbolFileDWARFDebugMap.h Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00