summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ProcessLaunchInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-0/+2
* Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala2014-06-301-0/+617
OpenPOWER on IntegriCloud