index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
ProcessLaunchInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the way LLDB escapes arguments before passing them to the shell
Enrico Granata
2016-04-04
1
-1
/
+3
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-4
/
+11
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-2
/
+2
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-02-18
1
-38
/
+36
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-1
/
+2
*
Don't try to make a pseudo terminal if we are launching in a separate termina...
Greg Clayton
2015-07-10
1
-0
/
+7
*
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Chaoren Lin
2015-06-09
1
-1
/
+1
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-55
/
+50
*
Fix errors building on linux.
Zachary Turner
2015-03-03
1
-0
/
+4
*
Rename the "glob arguments" feature to "shell expand arguments"
Enrico Granata
2015-02-20
1
-4
/
+4
*
Add a "launch with globber" mode that lets you launch a process after having ...
Enrico Granata
2015-02-10
1
-0
/
+8
*
Fix broken windows build due to use of O_CLOEXEC.
Zachary Turner
2015-02-04
1
-1
/
+8
*
Avoid leakage of file descriptors in LLDB and LLGS
Pavel Labath
2015-02-04
1
-1
/
+1
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-08
1
-4
/
+11
*
Reverting r223548 which broke running in the shell on OS X.
Jim Ingham
2014-12-06
1
-5
/
+4
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-06
1
-4
/
+5
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-0
/
+13
*
Remove unused variable.
Eric Christopher
2014-10-21
1
-1
/
+0
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-34
/
+11
*
Fixed stdio redirection within LLDB to "do the right thing" in all cases.
Greg Clayton
2014-10-14
1
-7
/
+19
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
1
-5
/
+49
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-4
/
+0
*
Fix incorrect initializer list style.
Zachary Turner
2014-09-12
1
-13
/
+13
*
Make ProcessLaunchInfo copyable.
Zachary Turner
2014-09-12
1
-16
/
+16
*
Fix the ctor ivar initialization formatting for Debugger,
Jason Molenda
2014-09-12
1
-13
/
+13
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-19
/
+16
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-167
/
+8
*
Fixed launching in shell on haswell enabled Macs to work more than once when ...
Greg Clayton
2014-08-12
1
-1
/
+3
*
Fixup Windows build breaks for the llgs upstream.
Todd Fiala
2014-06-30
1
-0
/
+2
*
Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.
Todd Fiala
2014-06-30
1
-0
/
+617