summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/stack/TestMiStack.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-479/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-271-7/+0
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-4/+2
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-131-1/+1
* Disable lldb-mi tests on Windows.Zachary Turner2015-08-131-8/+8
* [LLDB-MI] Properly detect missing mandatory arguments to MI commandsBruce Mitchener2015-06-081-1/+1
* Improve handling of print value argument in -stack-list-* commands.Hafiz Abid Qadeer2015-05-291-19/+19
* Fix CMICmdArgValPrintValues::Validate & enable 4 tests that were XFAIL'ed in ...Ilia K2015-05-151-3/+0
* XFAIL 4 lldb-mi tests to get Linux build green back (MI)Ilia K2015-05-151-0/+3
* Fix parsing of print-values arg (MI)Ilia K2015-05-151-4/+2
* Add support for -stack-list-variables.Hafiz Abid Qadeer2015-04-291-0/+127
* Use lazy regex in lldb-mi testsIlia K2015-04-171-17/+17
* Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...Ilia K2015-04-091-4/+4
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Enabling the lldb-mi tests on Linux.Hafiz Abid Qadeer2015-03-161-6/+0
* Add low-frame/high-frame options to -stack-list-arguments (MI)Ilia K2015-03-121-10/+37
* Add lldb-mi/lldb-server test folders to PATH before in dotest.pyIlia K2015-03-121-4/+0
* Skip all lldb-mi tests on LinuxVince Harron2015-03-081-0/+6
* Fix and enable some tests on Linux (MI)Ilia K2015-03-031-1/+4
* Improve MiStackTestCase testsIlia K2015-03-031-2/+27
* Fix ImportError in lldb-mi tests on LinuxIlia K2015-02-251-0/+4
* Refactor lldb-mi testsIlia K2015-02-201-0/+306
OpenPOWER on IntegriCloud