summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-242/+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-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-20/+7
* XFAIL 2 breakpoint tests on Windows.Zachary Turner2015-09-111-0/+1
* Fix typosBruce Mitchener2015-07-021-6/+6
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Make the fail messagesJim Ingham2014-04-031-1/+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
* Update failing FreeBSD test annotations (pr17932, pr17933)Ed Maste2013-11-141-1/+1
* test: Update FreeBSD failure decoratorsEd Maste2013-09-131-0/+1
* Rename test class to match test target languageEd Maste2013-09-131-1/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Fix the .categories, it had "dataformatter" not "dataformatters".Jim Ingham2013-02-251-0/+3
* Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham2013-01-081-1/+20
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-0/+65
* Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea2012-11-271-0/+1
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-0/+167
OpenPOWER on IntegriCloud