summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/process_launch/TestProcessLaunch.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-180/+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-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-9/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-33/+7
* Re-enable some skipped tests on FreeBSDEd Maste2015-09-251-1/+0
* Another round of macosx unexpected success corrections.Todd Fiala2015-09-141-2/+0
* Remove old local-only linux debugging codePavel Labath2015-06-241-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Fixed TestProcessLaunch.py for remote targetsVince Harron2015-02-181-5/+12
* Mark TestProcessLaunch.test_set_working_dir_with_dwarf as expected to fail in...Chaoren Lin2015-02-031-1/+2
* Marked failing Darwin TestProcessLaunch tests as XFAILTodd Fiala2014-07-091-0/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+2
* Skip test reported to hang the FreeBSD buildbotEd Maste2013-07-231-0/+1
* Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea2013-01-081-1/+1
* Disable confirmation prompt in TestProcessLaunch (to avoid hang on Linux once...Daniel Malea2012-12-191-0/+7
* Provide more information when process launch can't change directory to theFilipe Cabecinhas2012-07-121-3/+12
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+4
* Fix a typo in specifying the error path when launching the inferior.Johnny Chen2012-02-061-3/+3
* Redirect the stderr output into a file so as to not pollute the terminal.Johnny Chen2011-11-181-3/+8
* Move to plevel dirs stop-hook, target, process_launch, and signal to reside u...Johnny Chen2011-06-271-0/+176
OpenPOWER on IntegriCloud