summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/process_launch
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-25Re-enable some skipped tests on FreeBSDEd Maste
2015-09-14Another round of macosx unexpected success corrections.Todd Fiala
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-02[Windows] Fix getcwd() on Windows.Zachary Turner
2015-02-18Fixed TestProcessLaunch.py for remote targetsVince Harron
2015-02-03Mark TestProcessLaunch.test_set_working_dir_with_dwarf as expected to fail in...Chaoren Lin
2014-07-09Marked failing Darwin TestProcessLaunch tests as XFAILTodd Fiala
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-07-23Skip test reported to hang the FreeBSD buildbotEd Maste
2013-01-08Implement -w flag to process launch (allow launching inferior process in diff...Daniel Malea
2012-12-19Disable confirmation prompt in TestProcessLaunch (to avoid hang on Linux once...Daniel Malea
2012-07-19Make git not delete my_working_dir. Otherwise a git checkout would be differe...Filipe Cabecinhas
2012-07-12Provide more information when process launch can't change directory to theFilipe Cabecinhas
2012-04-06Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen
2012-02-06Fix a typo in specifying the error path when launching the inferior.Johnny Chen
2011-11-18Redirect the stderr output into a file so as to not pollute the terminal.Johnny Chen
2011-06-27Move to plevel dirs stop-hook, target, process_launch, and signal to reside u...Johnny Chen