summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/conditional_break/TestConditionalBreak.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-133/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-4/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-9/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-21/+4
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Re-enable some locally passing tests on Linux and see how they behave on the ...Matt Kopec2013-09-061-1/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+4
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Make the conditional break test case a little more robust.Jim Ingham2013-03-151-0/+5
* Disable TestConditionalBreak.py due to Linux crashDaniel Malea2013-02-131-0/+1
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+4
* Do not print debug messages if self.TraceON() is False.Johnny Chen2011-11-181-4/+10
* Do a better job of detecting when a breakpoint command has set the target run...Jim Ingham2011-11-081-0/+5
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-1/+1
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-3/+2
* Move more top level test dirs to reside under functionalities dir.Johnny Chen2011-06-261-0/+131
OpenPOWER on IntegriCloud