hanchenye-llvm-project/lldb
Greg Clayton 2415586faa Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects:
(lldb) script
>>> frames = lldb.thread.frames
>>> for frame in frames:
...   print frame

Also changed all of the "__repr__" methods to strip any trailing newline characters so we don't end up with entra newlines.

llvm-svn: 149466
2012-02-01 02:30:27 +00:00
..
docs When unwinding from the first frame, try to ask the remote debugserver 2011-12-13 05:39:38 +00:00
examples This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here 2012-01-31 17:01:51 +00:00
include Added fuzz testing for when we call API calls with an invalid object. 2012-01-31 23:19:33 +00:00
lib This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
lldb.xcodeproj Removed the "lldb-forward-rtti.h" header file as it was designed to contain 2012-01-30 02:53:15 +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 Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: 2012-02-01 02:30:27 +00:00
source lldb should warn when dSYM does not match the binary. 2012-02-01 01:49:50 +00:00
test lldb should warn when dSYM does not match the binary. 2012-02-01 01:49:50 +00:00
tools Cleaned up the Communication class when it tears down ConnectionFileDescriptor 2012-01-31 04:56:17 +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
INSTALL.txt
LICENSE.TXT
Makefile This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00