llvm-project/lldb
Sean Callanan a9bc065607 Fixed a problem where maintaining the ObjCInterfaceMap
for each ObjCInterfaceDecl was imposing performance
penalties for Objective-C apps.  Instead, we now use
the normal function query mechanisms, which use the
relevant accelerator tables.

This fix also includes some modifications to the
SymbolFile which allow us to find Objective-C methods
and report their Clang Decls correctly.

llvm-svn: 148457
2012-01-19 02:17:40 +00:00
..
docs When unwinding from the first frame, try to ask the remote debugserver 2011-12-13 05:39:38 +00:00
examples More improvements to not follow child processes and improved logging that always shows the process info. 2012-01-16 22:21:29 +00:00
include Fixed a problem where maintaining the ObjCInterfaceMap 2012-01-19 02:17:40 +00:00
lib This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
lldb.xcodeproj Bump version number past lldb-107. 2012-01-18 05:19:15 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Bump version number past lldb-107. 2012-01-18 05:19:15 +00:00
scripts Patch from Enrico Granata that moves SBData related functions into the SBData 2012-01-07 00:45:50 +00:00
source Fixed a problem where maintaining the ObjCInterfaceMap 2012-01-19 02:17:40 +00:00
test Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. 2012-01-18 21:22:38 +00:00
tools Bumped xcode project versions for lldb-106 and debugserver-165 2012-01-14 20:57:34 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Updated HTML with info for ${function.name-with-args} 2012-01-13 08:41:20 +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 This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00