llvm-project/lldb
Sean Callanan 9a97f8fad3 Fixed build problems with LLDB on Mac OS X,
specifically related to the deployment settings.
Also some minor alphabetization.

<rdar://problem/12433905>

llvm-svn: 165823
2012-10-12 21:31:06 +00:00
..
docs
examples Checking in fixes that I used to track down a leaking module. The heap module can now search the vm regions with the --vm-regions options to any of the heap functions. This is currently slow and often will time out when run on a large program since our user expression timeout is set to 500000 usec. We need to add an API to LLDB where we can specify the timeout for an expression. 2012-10-08 22:39:38 +00:00
include Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
lib Patch submitted by Dan Malea -- I introduced a dependency between 2012-10-04 02:16:06 +00:00
lldb.xcodeproj Fixed build problems with LLDB on Mac OS X, 2012-10-12 21:31:06 +00:00
lldb.xcworkspace
resources Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
scripts <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration 2012-10-10 22:54:17 +00:00
source Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
test Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
tools <rdar://problem/12042500> 2012-10-11 22:05:13 +00:00
utils
www Remove two more cases of "-w write" being specified 2012-10-05 20:28:11 +00:00
.gitignore
INSTALL.txt
LICENSE.TXT
Makefile Don't force libc++ and c++11 on everyone. 2012-09-14 17:09:06 +00:00