git://git.jankratochvil.net
/
lldb.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
A simple config to test both x86_64 and i386 architectures.
2010-10-25
Johnny Chen
A simple config to test both x86_64 and i386 architectures.
commit
|
commitdiff
|
tree
2010-10-25
Johnny Chen
Only prints out the stop reason if it is not invalid.
commit
|
commitdiff
|
tree
2010-10-25
Johnny Chen
Also prints out the stop reason string for lldbutil...
commit
|
commitdiff
|
tree
2010-10-25
Johnny Chen
Skip this test module for the time being until we get...
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Add more docstring for the lldbtest.TestBase class.
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Just use 'test harness', not 'test harness runtime'.
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Comment heading changes.
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Add text about test class cleanup.
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Comment out the debug statement for printing the SBBreakpoin...
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
The test should remove 'output.txt' if it exists before...
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Add some more usage text.
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Add test case for using SBBreakpointLocation to set...
commit
|
commitdiff
|
tree
2010-10-22
Johnny Chen
Fix misnamed test method names.
commit
|
commitdiff
|
tree
2010-10-21
Johnny Chen
Mark these test methods to be eligible for running...
commit
|
commitdiff
|
tree
2010-10-21
Johnny Chen
Add more information.
commit
|
commitdiff
|
tree
2010-10-21
Johnny Chen
Rewording of output message.
commit
|
commitdiff
|
tree
2010-10-21
Johnny Chen
Add an option '-s session-dir-name' to overwrite the...
commit
|
commitdiff
|
tree
2010-10-21
Johnny Chen
Get rid of the microsecond field in the timestamp directory...
commit
|
commitdiff
|
tree
2010-10-21
Johnny Chen
Add an example of option combination for running a...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Initial check in of best-practice documentation for...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Add more bug info.
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Fixed a typo in the comment.
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Fixed a crasher. The cmd_file needs to be resolved...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Remove the two @expectedFailure decorators as the bug...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Make the breakpoint condition test more robust with...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Clean up the teardown logic to make it more robust...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
Fix wrong test logic with regard to hit count and resolved...
commit
|
commitdiff
|
tree
2010-10-20
Johnny Chen
For UserSettingsController::UpdateDictionaryVariable...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Restoring the original setting should be done more...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Add Python doc string for setTearDownCleanup() method.
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
test_set_output_path() should restore the original...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Finish the first draft of a detailed walkthrough of...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Add more descriptive messages to expect() instead of...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Add a little helper function SETTING_MSG(setting) to...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Remove the two @skip decorators now that we are not...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Initial version of a detailed walkthrough of a test...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Change the environment variable name to be more descriptive...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Modify the command passed to command interpreter from...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Modify the test driver and lldbtest.TestBase so that...
commit
|
commitdiff
|
tree
2010-10-19
Johnny Chen
Add an assert that 'output.txt' exists before opening it.
commit
|
commitdiff
|
tree
2010-10-18
Johnny Chen
Uncomment the @skip decorator to reproduce the hang...
commit
|
commitdiff
|
tree
2010-10-18
Johnny Chen
Remove out-dated comments.
commit
|
commitdiff
|
tree
2010-10-18
Johnny Chen
Add a docs/testsuite directory for tips on writing...
commit
|
commitdiff
|
tree
2010-10-18
Johnny Chen
Add a case to test that after 'set auto-confirm true...
commit
|
commitdiff
|
tree
2010-10-18
Johnny Chen
Also change the utility functions in lldbutil.py, too...
commit
|
commitdiff
|
tree
2010-10-18
Johnny Chen
The StateType representation has been changed. Modify...
commit
|
commitdiff
|
tree
2010-10-16
Johnny Chen
Missed this spot where module.cleanup() can be passed...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Some re-achitecturing of the plugins interface. The...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Use line_number() utility function to find the number...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Remove the @expectedFailure decorators, as rdar://problem...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Don't wrap StringIO inside a with statement. It is...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Make sure to close the string buffer when finished.
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Remove the @skip("Skip due to deadlock?") decorators...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Add two @expectedFailure decorators for:
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Add a test case for exercising breakpoint conditions...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Add a const string for assert message. Remove extra...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
There's no need to explicitly call lldb.SBDebugger...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Add more comments.
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Be more specific about cases whenthe runCmd() check...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
Simply use the TestBase.markFailure() callback method...
commit
|
commitdiff
|
tree
2010-10-15
Johnny Chen
This is an initial version of test driver enhanceent...
commit
|
commitdiff
|
tree
2010-10-14
Johnny Chen
Make calling the super class's setUp() method less...
commit
|
commitdiff
|
tree
2010-10-14
Johnny Chen
Wrap the file writing operations inside a with statement...
commit
|
commitdiff
|
tree
2010-10-14
Johnny Chen
Change the call within lldb.py to 'SBDebugger.Initialize...
commit
|
commitdiff
|
tree
2010-10-14
Johnny Chen
Add more comments and wait a little bit after resuming...
commit
|
commitdiff
|
tree
2010-10-14
Johnny Chen
Add an initial version of test that exercise the lldb...
commit
|
commitdiff
|
tree
2010-10-14
Johnny Chen
Fix a regression introduced in r116430 with the added...
commit
|
commitdiff
|
tree
2010-10-13
Johnny Chen
Fix these comments and the commented out code about...
commit
|
commitdiff
|
tree
2010-10-13
Johnny Chen
Apply (query-replace "frame variable" "frame variable...
commit
|
commitdiff
|
tree
2010-10-13
Johnny Chen
Add a test case for the test/forward directory with...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Update the comment with reagard to a bug filed against...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Fix an obvious cut-and-paste error.
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Added the capability for the test driver to split the...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Forgor to also check in this change with r116337.
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Update the @expectedFailure decorator with additional...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
The 'regexp-break' command now prints out the command...
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Update comments.
commit
|
commitdiff
|
tree
2010-10-12
Johnny Chen
Avoid using hardcoded line number to break on. Use...
commit
|
commitdiff
|
tree
2010-10-11
Johnny Chen
Add a utility function to lldbtest.py to return the...
commit
|
commitdiff
|
tree
2010-10-11
Johnny Chen
Added the capability for the test driver to relocate...
commit
|
commitdiff
|
tree
2010-10-11
Johnny Chen
Help text modification.
commit
|
commitdiff
|
tree
2010-10-10
Johnny Chen
Simplify the generator adaptor to a Python function...
commit
|
commitdiff
|
tree
2010-10-09
Johnny Chen
Add a generator adaptor class named 'Iterator' which...
commit
|
commitdiff
|
tree
2010-10-09
Johnny Chen
Minor change.
commit
|
commitdiff
|
tree
2010-10-08
Johnny Chen
Update do_conditional_break() method impl to use all...
commit
|
commitdiff
|
tree
2010-10-08
Johnny Chen
Wrap the rest of file reading operations inside a with...
commit
|
commitdiff
|
tree
2010-10-08
Johnny Chen
Emit a diagnostic message instead of crashing when...
commit
|
commitdiff
|
tree
2010-10-08
Johnny Chen
Convert two instances of assertTrue() and string matching...
commit
|
commitdiff
|
tree
next