hanchenye-llvm-project/lldb
Greg Clayton 580c5dacd0 Got namespace lookup working and was able to print a complex "this" as an
expression. This currently takes waaaayyyyy too much time to evaluate. We will
need to look at the expression parser and find ways to optimize the info we
provide and get this to evaluate quicker. I believe the performance issue is
currently related to us always providing a complete C++ class type when asked
about a C++ class which can cause a lot of information to be pulled since all
classes will be fully created (methods, base classes, members, all their 
types). We will need to give the classes back the parser and mark them as 
having external sources and get parser (Sema) to query us when it needs more
info. This should bring things up to an acceptable level.

llvm-svn: 118979
2010-11-13 04:18:24 +00:00
..
docs Fix http://llvm.org/bugs/show_bug.cgi?id=8493 File name "2010-10-19-14:10:49.059609" is non-portable. 2010-10-28 16:24:26 +00:00
examples Add comment explaining the options used to invoke the test driver. 2010-10-25 21:38:35 +00:00
include Got namespace lookup working and was able to print a complex "this" as an 2010-11-13 04:18:24 +00:00
lib Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
lldb.xcodeproj Modified the lldb_private::Type clang type resolving code to handle three 2010-11-13 03:52:47 +00:00
resources Bumped Xcode versions to lldb-32 and debugserver-119. 2010-11-11 02:22:58 +00:00
scripts Updated LLVM to latest version as of 10/28 at 2010-10-29 18:38:40 +00:00
source Got namespace lookup working and was able to print a complex "this" as an 2010-11-13 04:18:24 +00:00
test Implement TODO's of using expression command to set vaiables and to verify that 2010-11-12 21:50:28 +00:00
tools Fixed more thread suspend/resume issues. 2010-11-12 02:37:39 +00:00
utils/emacs Add keyboard shortcuts: 2010-11-09 00:24:51 +00:00
www Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +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 Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00