llvm-project/lldb/source
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
..
API Deprecated old forms of SBTarget::Launch. There is not just one and no 2011-01-23 17:46:22 +00:00
Breakpoint Add missing {} so we don't print the Baton address for the brief breakpoint listing. 2011-01-22 00:28:04 +00:00
Commands Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output. 2011-01-24 04:09:25 +00:00
Core Add a method to StreamFile to line buffer the file. Use that in "log enable -f file" to line buffer the log output. 2011-01-24 04:09:25 +00:00
Expression Fixed a bug in the expression code which caused 2011-01-24 08:11:45 +00:00
Host Added a new variant of SBTarget::Launch() that deprectates the old one that 2011-01-23 05:56:20 +00:00
Interpreter Replace Mutex guarding python interpreter access with Predicate, 2011-01-17 21:55:19 +00:00
Plugins Fixed ProcessGDBRemote to kill the process correctly when it is either running 2011-01-25 02:58:48 +00:00
Symbol Use new Section::IsEncrypted() method to check if the eh_frame 2011-01-25 03:05:13 +00:00
Target Fixed ProcessGDBRemote to kill the process correctly when it is either running 2011-01-25 02:58:48 +00:00
Utility Thread safety changes in debugserver and also in the process GDB remote plugin. 2011-01-18 19:36:39 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
lldb.cpp Initial support for a DynamicLoader plugin on Linux. 2011-01-16 19:45:39 +00:00