summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_conditions/TestBreakpointConditions.py
Commit message (Expand)AuthorAgeFilesLines
* Move some top level directories to reside under functionalities dir.Johnny Chen2011-06-261-164/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-6/+4
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-4/+4
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-4/+4
* Convert some tests to use the SBProcess.LaunchSimple API requiring only args,...Johnny Chen2011-04-191-2/+1
* Add TestTargetAPI.py:Johnny Chen2011-03-031-1/+4
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-2/+2
* 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-1/+2
* No need to pass an empty string as an arg or as an env string to the SBTarget...Johnny Chen2010-12-221-1/+1
* Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequencesJohnny Chen2010-12-151-0/+13
* 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
* Test that "breakpoint modify -c ''" clears the condition for the last createdJohnny Chen2010-12-031-0/+19
* Remove @skip decorators for fixed crashes.Johnny Chen2010-11-301-1/+0
* Entire test class skipped due to:Johnny Chen2010-11-301-0/+1
* Minor comment fix.Johnny Chen2010-11-291-1/+1
* Add an expect() statement within breakpoint_conditions() method which tests thatJohnny Chen2010-11-291-0/+4
* Remove the @expectedFailure as the following bug is fixed with newer clang bi...Johnny Chen2010-10-291-1/+0
* Skip this test module for the time being until we get a newer clang on lldb tot.Johnny Chen2010-10-251-0/+1
* Comment out the debug statement for printing the SBBreakpoint object.Johnny Chen2010-10-221-1/+1
* Add test case for using SBBreakpointLocation to set break condition.Johnny Chen2010-10-221-0/+55
* Fix misnamed test method names.Johnny Chen2010-10-221-2/+2
* Make the breakpoint condition test more robust with regard to checking the co...Johnny Chen2010-10-201-5/+7
* Add a test case for exercising breakpoint conditions using the lldb command:Johnny Chen2010-10-151-0/+68
OpenPOWER on IntegriCloud