summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/exec/TestExec.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-85/+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-3/+5
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-21/+5
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* <rdar://problem/15367122>Greg Clayton2013-11-051-2/+0
* This test is currently expected to fail, mark it as such pending fixesEnrico Granata2013-10-311-0/+2
* Quiet the new exec test case down so it doesn't spew debug prints.Greg Clayton2013-05-211-21/+5
* Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton2013-05-211-0/+121
OpenPOWER on IntegriCloud