summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/signal/TestMiSignal.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-197/+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-5/+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-6/+5
* Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K2015-05-151-3/+3
* Use lazy regex in lldb-mi testsIlia K2015-04-171-2/+2
* Simplify some lldb-mi tests by using the Base.addTearDownHook()Ilia K2015-04-141-40/+32
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Enabling the lldb-mi tests on Linux.Hafiz Abid Qadeer2015-03-161-1/+0
* Add lldb-mi/lldb-server test folders to PATH before in dotest.pyIlia K2015-03-121-6/+0
* Skip all lldb-mi tests on LinuxVince Harron2015-03-081-0/+3
* Fix MiSignalTestCase.test_lldbmi_stopped_when_stopatentry_remote test after r...Ilia K2015-03-061-2/+1
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-2/+3
* Fix and enable some tests on Linux (MI)Ilia K2015-03-031-4/+9
* Fix MiSignalTestCase.xxx_remote tests after r230466Ilia K2015-02-251-6/+2
* Fix ImportError in lldb-mi tests on LinuxIlia K2015-02-251-0/+4
* Add comment in MiSignalTestCase.test_lldbmi_stopped_when_stopatentry_local ba...Ilia K2015-02-241-1/+4
* Adjust an lldb-mi test to fix failure on Linux.Hafiz Abid Qadeer2015-02-241-1/+1
* Fix MiSignalTestCase.test_lldbmi_stopped_when_stopatentry_xxx tests after r23...Ilia K2015-02-241-6/+3
* Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt...Hafiz Abid Qadeer2015-02-231-2/+2
* Refactor lldb-mi testsIlia K2015-02-201-0/+210
OpenPOWER on IntegriCloud