llvm-project/lldb
Sean Callanan af8e96c185 Fixed a bug where named constants were being
treated as externals, causing problems when we
tried to look their locations up in the debug
info.  For example:

expr char c[] = "foo"; c[0]

would terminate when trying to find c in the
debug information, despite the fact that c was
defined inside the expression.

llvm-svn: 136629
2011-08-01 17:41:38 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples Cleaned up the NSString summary formatter to not print "<invalid object>" when 2011-07-30 01:47:41 +00:00
include This change brings in the latest LLVM/Clang, and 2011-07-30 02:42:06 +00:00
lib Link in the MCJIT. Fixes makefile build. 2011-05-24 01:54:03 +00:00
lldb.xcodeproj Remove the deprecated MacOSX native plug-in. 2011-08-01 17:08:02 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Update Xcode project versions to lldb-70 and debugserver-142. 2011-08-01 05:05:43 +00:00
scripts Updated LLVM to pick up a few new ARM targets. 2011-08-01 16:38:39 +00:00
source Fixed a bug where named constants were being 2011-08-01 17:41:38 +00:00
test Protect a bit against uninitialized std::list objects, but there is more 2011-07-30 22:26:17 +00:00
tools Update Xcode project versions to lldb-70 and debugserver-142. 2011-08-01 05:05:43 +00:00
utils Update usage comment. 2011-06-14 22:23:54 +00:00
www when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object 2011-07-22 00:16:08 +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 test commit 2010-06-09 03:55:24 +00:00
Makefile Enable the "make test" rule in the root Makefile 2011-06-20 19:06:57 +00:00