llvm-project/lldb/source/Symbol
Jason Molenda 8fe0c8c6c5 Use new Section::IsEncrypted() method to check if the eh_frame
section is encrypted before trying to read it.  Fixes assert / crash
when trying to unwind an executable w/ encrypted eh_frame sect.

llvm-svn: 124172
2011-01-25 03:05:13 +00:00
..
Block.cpp Fixed a crasher (an assert was firing in the DWARF parser) when setting 2010-11-14 00:22:48 +00:00
ClangASTContext.cpp Sped up the shutdown time on MacOSX by quite a bit by making sure any 2011-01-22 07:12:45 +00:00
ClangASTType.cpp Sped up the shutdown time on MacOSX by quite a bit by making sure any 2011-01-22 07:12:45 +00:00
ClangExternalASTSourceCallbacks.cpp Added missing source files. 2011-01-17 04:19:51 +00:00
ClangNamespaceDecl.cpp Modified the lldb_private::Type clang type resolving code to handle three 2010-11-13 03:52:47 +00:00
CompileUnit.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
DWARFCallFrameInfo.cpp Use new Section::IsEncrypted() method to check if the eh_frame 2011-01-25 03:05:13 +00:00
Declaration.cpp Fixed a missing newline when dumping mixed disassembly. 2010-09-15 05:51:24 +00:00
FuncUnwinders.cpp Made FuncUnwinders threadsafe. 2011-01-08 21:19:00 +00:00
Function.cpp Modified the lldb_private::Type clang type resolving code to handle three 2010-11-13 03:52:47 +00:00
LineEntry.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
LineTable.cpp Line tables were trying to be too clever and only use 24 bits for a line 2010-12-19 22:07:39 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ObjectFile.cpp Fix the infinite recursion crash reported by Antoine Missout: 2010-11-05 21:43:19 +00:00
Symbol.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
SymbolContext.cpp Modified the lldb_private::Type clang type resolving code to handle three 2010-11-13 03:52:47 +00:00
SymbolFile.cpp A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
SymbolVendor.cpp A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
Symtab.cpp Made the DWARF + debug map symbol file parser be much more efficient when it isn't 2011-01-20 06:08:59 +00:00
Type.cpp Fixed up the SBValue::GetExpressionPath() to be more correct under more 2011-01-21 01:59:00 +00:00
TypeList.cpp A few of the issue I have been trying to track down and fix have been due to 2011-01-17 03:46:26 +00:00
UnwindPlan.cpp Made FuncUnwinders threadsafe. 2011-01-08 21:19:00 +00:00
UnwindTable.cpp Fixed issues with the unwinding code where the collection of FuncUnwinders 2011-01-08 00:05:12 +00:00
Variable.cpp Just like functions can have a basename and a mangled/demangled name, variable 2010-11-14 22:13:40 +00:00
VariableList.cpp Just like functions can have a basename and a mangled/demangled name, variable 2010-11-14 22:13:40 +00:00