summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ProcessLaunchInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-347/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ProcessLaunchInfo: Remove Target referencePavel Labath2019-01-081-114/+28
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-071-8/+0
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+3
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-0/+7
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-7/+0
* Remove Process references from the Host modulePavel Labath2018-05-141-0/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+16
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-8/+6
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-4/+3
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-5/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-436/+353
* Generalize child process monitoring functionsPavel Labath2016-05-111-5/+1
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-041-1/+3
* Unicode support on Win32.Zachary Turner2016-03-221-4/+11
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-2/+2
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-38/+36
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-1/+2
* Don't try to make a pseudo terminal if we are launching in a separate termina...Greg Clayton2015-07-101-0/+7
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-1/+1
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-55/+50
* Fix errors building on linux.Zachary Turner2015-03-031-0/+4
* Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata2015-02-201-4/+4
* Add a "launch with globber" mode that lets you launch a process after having ...Enrico Granata2015-02-101-0/+8
* Fix broken windows build due to use of O_CLOEXEC.Zachary Turner2015-02-041-1/+8
* Avoid leakage of file descriptors in LLDB and LLGSPavel Labath2015-02-041-1/+1
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-081-4/+11
* Reverting r223548 which broke running in the shell on OS X.Jim Ingham2014-12-061-5/+4
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-061-4/+5
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-0/+13
* Remove unused variable.Eric Christopher2014-10-211-1/+0
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-34/+11
* Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton2014-10-141-7/+19
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-5/+49
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-4/+0
* Fix incorrect initializer list style.Zachary Turner2014-09-121-13/+13
* Make ProcessLaunchInfo copyable.Zachary Turner2014-09-121-16/+16
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-121-13/+13
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-19/+16
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-167/+8
* Fixed launching in shell on haswell enabled Macs to work more than once when ...Greg Clayton2014-08-121-1/+3
OpenPOWER on IntegriCloud