summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/ProcessLauncherWindows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix error in ProcessLauncherWindows.cppAdrian McCarthy2019-09-131-1/+1
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-211-2/+3
* Improve process launch comments for WindowsAdrian McCarthy2019-02-281-3/+7
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-1/+14
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky2018-09-121-0/+3
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-1/+8
* Fix windows and freebsd builds for r322174 (Environment)Pavel Labath2018-01-101-6/+6
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-2/+2
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-4/+4
* Change FileAction::GetPath() to return a StringRef.Zachary Turner2016-09-231-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-116/+119
* Unicode support on Win32.Zachary Turner2016-03-221-15/+25
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-131-2/+33
* When redirecting stdio, use FILE_SHARE_DELETE.Zachary Turner2015-09-021-1/+1
* Fix inferior's i/o connections to its console window on Windows 7.Adrian McCarthy2015-05-291-3/+3
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+1
* Add a method to disable the Windows crash / assert dialogs.Zachary Turner2014-12-121-0/+7
* Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner2014-11-051-1/+5
* Create a process launcher abstraction.Zachary Turner2014-10-141-0/+94
OpenPOWER on IntegriCloud