summaryrefslogtreecommitdiffstats
path: root/lldb/test/conditional_break/TestConditionalBreak.py
Commit message (Expand)AuthorAgeFilesLines
* Move more top level test dirs to reside under functionalities dir.Johnny Chen2011-06-261-131/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-5/+5
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-3/+3
* For lldbutil.py, Change a bunch of function names to all lower case formats t...Johnny Chen2011-04-251-1/+1
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-1/+1
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-3/+3
* Modify test cases to accomodate Python API change:Johnny Chen2010-12-141-1/+1
* Add @python_api_test decorator to the remaining Test*.py files.Johnny Chen2010-12-101-0/+2
* For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty stringJohnny Chen2010-12-081-1/+1
* Fix an incorrect comment in main.c and TestConditionalBreak.py.Johnny Chen2010-11-031-1/+1
* Add comment on test class failing for clang as well as llvm-gcc.Johnny Chen2010-11-011-0/+5
* The StateType representation has been changed. Modify the test cases to acco...Johnny Chen2010-10-181-1/+1
* Use line_number() utility function to find the number from main.c to test aga...Johnny Chen2010-10-151-2/+6
* Update do_conditional_break() method impl to use all lldb Python APIs.Johnny Chen2010-10-081-18/+21
* Minor cleanup with added comment.Johnny Chen2010-10-071-5/+6
* Wrapped the subclass-specific cleanup call within a try:except: clause.Johnny Chen2010-09-211-1/+1
* Updated the expected matching string after the recent flurry of check ins.Johnny Chen2010-09-131-2/+2
* Added the capability to specify a one-liner Python script as the callbackJohnny Chen2010-09-101-2/+40
* Added a lldbutil.py module, which contains utility functions which can be usedJohnny Chen2010-09-081-0/+2
* Minor tweak to add expected matching strings.Johnny Chen2010-09-081-2/+4
* Added a test case which exercises some thread and frame APIs to break only whenJohnny Chen2010-09-081-0/+74
OpenPOWER on IntegriCloud