llvm-project/lldb
Sean Callanan 94a9a39ec4 The IRInterpreter's constant evaluator wasn't
sufficiently general - it could only handle
literals and operations that didn't change the
data.  Now the constant evaluator passes APInt
values around, and can handle GetElementPtr
constants.

llvm-svn: 150034
2012-02-08 01:27:49 +00:00
..
docs When unwinding from the first frame, try to ask the remote debugserver 2011-12-13 05:39:38 +00:00
examples Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly 2012-02-03 18:11:52 +00:00
include Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or 2012-02-08 01:13:31 +00:00
lib This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
lldb.xcodeproj Almost have templatized functions working (templatized classes are already 2012-02-06 06:42:51 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Bumping Xcode project versions for lldb-109 and debugserver-167. 2012-01-28 02:48:10 +00:00
scripts Removed all of the "#ifndef SWIG" from the SB header files since we are using 2012-02-06 01:44:54 +00:00
source The IRInterpreter's constant evaluator wasn't 2012-02-08 01:27:49 +00:00
test Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or 2012-02-08 01:13:31 +00:00
tools Fixed terminal settings not being properly restored when "quit" was run. 2012-02-02 19:28:31 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Added some clarifications about when the __lldb_init_module would be called 2012-01-26 05:36:07 +00:00
.gitignore Added a .gitignore so that "git status" isn't 2012-02-07 21:53:52 +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
Makefile This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00