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
*
Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host
Pavel Labath
2019-02-04
1
-347
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ProcessLaunchInfo: Remove Target reference
Pavel Labath
2019-01-08
1
-114
/
+28
*
ProcessLaunchInfo: remove Debugger reference
Pavel Labath
2019-01-07
1
-8
/
+0
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+3
*
[FileSystem] Remove ResolveExecutableLocation() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Reapply "Remove Process references from the Host module"
Pavel Labath
2018-05-15
1
-0
/
+7
*
Revert "Remove Process references from the Host module"
Pavel Labath
2018-05-14
1
-7
/
+0
*
Remove Process references from the Host module
Pavel Labath
2018-05-14
1
-0
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-19
/
+16
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-8
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Replace getcwd with the llvm equivalent
Pavel Labath
2017-01-23
1
-4
/
+3
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-5
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-4
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-436
/
+353
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-5
/
+1
*
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
[next]