hanchenye-llvm-project/lldb
Greg Clayton 3649ef008d Fixed the remaining test suite failures after the recent objective C cleanup
and fixes we did. Now that objective C classes are represented by symbols with
their own type, there were a few more places in the objective C code that needed
to be fixed when searching for dynamic types.

Cleaned up the objective C runtime plug-in a bit to not keep having to create
constant strings and make one less memory access when we find an "isa" in the
objective C cache.

llvm-svn: 145799
2011-12-05 06:07:35 +00:00
..
docs I added more complete documentation on all of the new packets we use in LLDB 2011-11-29 01:44:07 +00:00
examples Add an example customization directory which uses a binutils.py module to provide 2011-10-28 23:30:28 +00:00
include Added the ability for clients to grab a set of symbol table indexes and then 2011-12-03 20:02:42 +00:00
lib build: liblldb now depends on the linker library 2011-11-01 17:32:01 +00:00
lldb.xcodeproj Added ClangExternalASTSourceCommon, a local superclass 2011-12-03 03:15:28 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumping Xcode project version for lldb-91. 2011-12-01 03:52:18 +00:00
scripts Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
source Fixed the remaining test suite failures after the recent objective C cleanup 2011-12-05 06:07:35 +00:00
test Added a code for a test to find the real Objective C class definition. I 2011-12-03 04:35:51 +00:00
tools Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This 2011-12-01 23:28:38 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Updated the grossly out of date status page. 2011-10-27 01:33:27 +00:00
INSTALL.txt
LICENSE.TXT
Makefile build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead of 2011-11-11 23:36:19 +00:00