Lines Matching +full:docs +full:- +full:lldb +full:- +full:html
1 This README file describes the files and directories related -*- rst -*-
4 - dotest.py
7 directory and issue the './dotest.py' command or './dotest.py -v' for more
8 verbose output. '.dotest.py -h' prints out the help messge.
16 1. ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log0
19 …2. LLDB_LOG=/tmp/lldb.log GDB_REMOTE_LOG=/tmp/gdb-remote.log ./dotest.py -v . 2> ~/Developer/Log/l…
20 This runs the test suite, with logging turned on for the lldb as well as
21 the process.gdb-remote channels and directs the run log to a file.
23 - lldbtest.py
25 Provides an abstract base class of lldb test case named 'TestBase', which in
32 framework, go to http://docs.python.org/library/unittest.html.
35 which overrides lldbtest.TestBase to exercise the lldb's 'command source'
42 - subdirectories of 'test'
49 part of the Python-based test suite to test lldb functionality.
53 does not involve lldb reading in an executable file at all.
59 - make directory
68 test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py, where:
71 """Test that objective-c method returning BOOL works correctly."""
89 - plugins directory
94 - Profiling dotest.py runs
99 …es/data/lldb/svn/trunk/test /System/Library/Frameworks/Python.framework/Versions/Current/lib/pytho…
105 - Writing test cases:
128 Even if you are testing that a command-line command does some
139 - Attaching in test cases:
143 attempts to attach. This function performs any platform-specific