summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/process_attach
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-286-275/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-272-2/+2
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-232-1/+5
* Update every test to import `lldb_shared`.Zachary Turner2015-10-222-15/+4
* Fix TestAttachDenied on linuxPavel Labath2015-09-302-4/+5
* Merge dwarf and dsym testsTamas Berghammer2015-09-302-44/+11
* Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r2...Todd Fiala2015-09-291-0/+1
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-252-3/+5
* Try to enable TestProcessAttach tests on Linux.Oleksiy Vyalov2015-07-081-6/+0
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-061-2/+2
* Avoid Linux-specific header in platform-independent testsEd Maste2015-05-141-3/+4
* [TestAttachDenied] Use a file instead of a pipe for synchronization.Siva Chandra2015-05-142-19/+35
* 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
* Fix AttachDeniedTestCase on androidTamas Berghammer2015-03-091-1/+6
* Fix TestAttachDenied.py remote execution on Linux.Oleksiy Vyalov2015-02-171-10/+16
* Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov2014-11-193-0/+149
* Fix TestProcessAttach for Linux ptracer lock-down and llgs-local.Todd Fiala2014-10-271-1/+22
* This commit provides support for running the dosep.ty test driver with multip...Steve Pucci2014-03-072-3/+7
* 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-033-0/+106
OpenPOWER on IntegriCloud