hanchenye-llvm-project/lldb
Enrico Granata 10afbe022d typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory management is taken care of automatically so that Python users can simply say my_list = my_module.GetVersion() and receive a new list with the version numbers, if any, inside.
llvm-svn: 151271
2012-02-23 18:39:44 +00:00
..
docs When unwinding from the first frame, try to ask the remote debugserver 2011-12-13 05:39:38 +00:00
examples Use a sentry object to properly initialize/terminate LLDB. 2012-02-22 02:03:13 +00:00
include Added support for looking up the complete type for 2012-02-22 23:57:45 +00:00
lib This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
lldb.xcodeproj For stepping performance I added the ability to outlaw all memory accesseses 2012-02-22 04:37:26 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Bump version number up to 115. 2012-02-13 22:27:56 +00:00
scripts typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory management is taken care of automatically so that Python users can simply say my_list = my_module.GetVersion() and receive a new list with the version numbers, if any, inside. 2012-02-23 18:39:44 +00:00
source Added support for looking up the complete type for 2012-02-22 23:57:45 +00:00
test Made the hidden-ivar test a little more rigorous. 2012-02-23 01:06:42 +00:00
tools Remove unused python includes from headers. 2012-02-22 16:56:26 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Minor modification. 2012-02-22 19:02:32 +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 test commit 2010-06-09 03:55:24 +00:00
Makefile Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5. 2012-02-22 21:00:17 +00:00