hanchenye-llvm-project/lldb
Johnny Chen 2a80858903 Modify lldbtest.Base.runHooks() to now take the following keyword arguments:
child=None, child_prompt=None, use_cmd_api=False

By default, expect a pexpect spawned child and child prompt to be
supplied (use_cmd_api=False).  If use_cmd_api is true, ignore the child
and child prompt and use self.runCmd() to run the hooks one by one.

Modify existing client to reflect the change.

llvm-svn: 142532
2011-10-19 16:48:07 +00:00
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add 'cd -' feature to change to the previous working directory. 2011-10-13 01:20:34 +00:00
include Changed lldb_private::Type over to use the intrusive ref counted pointers 2011-10-18 23:36:41 +00:00
lib Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00
lldb.xcodeproj Added the ability to run expressions in any command. Expressions can be 2011-10-14 07:41:33 +00:00
lldb.xcworkspace
resources Remove unneeded exports. 2011-10-08 22:26:32 +00:00
scripts Add docstrings for SetCondition() and GetCondition() APIs. 2011-10-18 19:13:06 +00:00
source Changed lldb_private::Type over to use the intrusive ref counted pointers 2011-10-18 23:36:41 +00:00
test Modify lldbtest.Base.runHooks() to now take the following keyword arguments: 2011-10-19 16:48:07 +00:00
tools Bumped Xcode project version for lldb-80 and debugserver-145. 2011-10-01 02:01:36 +00:00
utils Remove utils/emacs directory from lldb. 2011-10-10 17:58:30 +00:00
www Minor fix. 2011-10-12 22:25:13 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00