llvm-project/lldb
Jason Molenda 641de41cb4 <rdar://problem/12831670>
When using the same-device optimization for shared cache libraries, if
we have an invalid load address for __LINKEDIT, don't try to read
anything out of lldb's own address space.  Reading it out of the remote
address space will fail gracefully if we have bad addresses but reading
it out of lldb's own address space will result in a crash.

llvm-svn: 169582
2012-12-07 03:38:23 +00:00
..
docs Avoid potentially disastrous mistakes when removing a file. 2012-11-05 18:41:33 +00:00
examples Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) 2012-10-30 18:01:15 +00:00
include <rdar://problem/12820334> 2012-12-06 22:49:16 +00:00
lib Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00
lldb.xcodeproj Bump lldb version num to lldb-178, debugserver version to debugserver-198. 2012-12-01 04:50:09 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
scripts <rdar://problem/12749733> 2012-12-05 21:24:42 +00:00
source <rdar://problem/12831670> 2012-12-07 03:38:23 +00:00
test Mark the "dwarf" version of the test expected fail as well as the dsym version. 2012-12-06 21:40:51 +00:00
tools Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Add examples of how to set env vars for the inferior process from lldb. 2012-12-06 22:10:27 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00