summaryrefslogtreecommitdiff
path: root/lldb/source/Host/windows/ProcessLauncherWindows.cpp
AgeCommit message (Expand)Author
2025-10-30Revert "[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess" (#165...David Spickett
2025-10-29[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (#165281)lb90
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)Pavel Labath
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath
2024-08-27[lldb] Update ProcessLauncherWinows to new Status APIAdrian Prantl
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2020-07-23[Windows] Fix limit on command line sizeSerge Pavlov
2020-04-02Recommit "[lldb] Fix TestSettings.test_pass_host_env_vars on windows"Pavel Labath
2020-03-30Revert "[lldb] Fix TestSettings.test_pass_host_env_vars on windows"Pavel Labath
2020-03-30[lldb] Fix TestSettings.test_pass_host_env_vars on windowsPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-13Fix error in ProcessLauncherWindows.cppAdrian McCarthy
2019-05-21Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea
2019-02-28Improve process launch comments for WindowsAdrian McCarthy
2019-02-07[gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith
2019-02-04Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky
2018-06-13[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova
2018-01-10Fix windows and freebsd builds for r322174 (Environment)Pavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-23Change FileAction::GetPath() to return a StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-22Unicode support on Win32.Zachary Turner
2016-01-13Fix TestProcessLaunch for Python 3.Zachary Turner
2015-09-02When redirecting stdio, use FILE_SHARE_DELETE.Zachary Turner
2015-05-29Fix inferior's i/o connections to its console window on Windows 7.Adrian McCarthy
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2014-12-12Add a method to disable the Windows crash / assert dialogs.Zachary Turner
2014-11-05Decouple ProcessWindows from the Windows debug driver thread.Zachary Turner
2014-10-14Create a process launcher abstraction.Zachary Turner