summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/process_attach/TestProcessAttach.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-57/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-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-42/+10
* Try to enable TestProcessAttach tests on Linux.Oleksiy Vyalov2015-07-081-6/+0
* Add expectedFailureLinux to TestProcessAttachPavel Labath2015-04-301-2/+6
* Skip TestProcessAttach.py on LinuxPavel Labath2015-04-281-2/+2
* [TestProcessAttach] Decorate with expectedFailureLinuxSiva Chandra2015-04-271-0/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Destroy the attached process in tearDown() to fix ProcessAttachTestCase tests...Ilia K2015-03-261-0/+7
* This commit provides support for running the dosep.ty test driver with multip...Steve Pucci2014-03-071-3/+5
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Attach by name tests now pass on FreeBSDEd Maste2013-08-301-1/+0
* tests: Mark expected FreeBSD failures due to pr16699Ed Maste2013-07-251-0/+1
* Re-enable tests disabled due to llvm.org/pr14541Daniel Malea2013-05-151-1/+0
* Fixed the process attach by name test to get the target _after_ doing process...Greg Clayton2013-05-081-2/+2
* Adding support for process attach by pid on Linux.Andrew Kaylor2013-05-071-3/+0
* Fixed a test suite typo error that caused the test to fail.Greg Clayton2013-05-031-1/+1
* Adding test for non-API process attachAndrew Kaylor2013-05-031-0/+87
OpenPOWER on IntegriCloud