summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/plugins
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-288-466/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-272-2/+2
* Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton2015-10-261-6/+0
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-232-2/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-222-16/+4
* Merge dwarf and dsym testsTamas Berghammer2015-09-302-20/+5
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Remove expectedFailureFreeBSD from passing PluginCommandTestCase::test_load_p...Ed Maste2015-09-081-1/+0
* Skip TestPluginCommands.py if host lldb library is incompatible with remote.Robert Flack2015-05-151-1/+1
* Fix TestPluginCommands for gcc.Chaoren Lin2015-04-161-1/+0
* [TestPluginCommands] Add skipIfGcc at the right place.Siva Chandra2015-04-141-1/+1
* Check in missing file.Greg Clayton2015-04-101-0/+88
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-0/+69
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Fix lld command on Windows for many tests.Adrian McCarthy2015-03-271-0/+1
* xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen2015-03-251-0/+1
* Don't load register data from memory. Greg Clayton2015-03-181-1/+1
* Always add some fake threads with x86_64 registers no matter what the archite...Greg Clayton2015-03-181-28/+24
* Added an Python operating system plug-in test to verify that python can be us...Greg Clayton2015-03-164-0/+205
* And here's another test case that uses the SB API. Skip it tooEnrico Granata2014-10-061-0/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Expected FreeBSD failure due to pr 17430Ed Maste2013-10-111-0/+1
* Add support for TestPluginComands on Linux. Also, rework makefile dsym target.Matt Kopec2013-09-253-16/+26
* <rdar://problem/12500212> Test case for the new plugin featureEnrico Granata2012-10-233-0/+124
OpenPOWER on IntegriCloud