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
/
Host
/
common
/
Host.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PlatformWindows::GetEnvironment.
Zachary Turner
2015-05-22
1
-11
/
+0
*
Fix a bug where argdumper would not launch inferiors correctly in the presenc...
Enrico Granata
2015-04-17
1
-11
/
+21
*
ComputeSupportExeDirectory for Linux
Chaoren Lin
2015-03-24
1
-2
/
+0
*
Move LLDB initialization/shutdown to Initialization.
Zachary Turner
2015-03-19
1
-5
/
+0
*
Add code to exit the NativeProcessLinux Monitor thread on android
Tamas Berghammer
2015-03-13
1
-10
/
+43
*
Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()
Zachary Turner
2015-03-06
1
-6
/
+0
*
Create new platform: remote-android
Tamas Berghammer
2015-02-12
1
-15
/
+7
*
Fix the LLDB build under Debian Kfreebsd
Sylvestre Ledru
2015-02-10
1
-1
/
+1
*
fixed up some logging messages (options and wait_pid were swapped)
Vince Harron
2015-01-23
1
-3
/
+3
*
Remove unused function:
Greg Clayton
2015-01-20
1
-6
/
+0
*
minor refactoring to remove unneeded/unspecific header files
Vince Harron
2015-01-16
1
-5
/
+4
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-08
1
-13
/
+13
*
Reverting r223548 which broke running in the shell on OS X.
Jim Ingham
2014-12-06
1
-11
/
+12
*
Fix a type (MAX_PATH instead of PATH_MAX) and remove an unused variable.
Jim Ingham
2014-12-06
1
-2
/
+1
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-06
1
-11
/
+11
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-22
/
+0
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-17
/
+13
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-3
/
+3
*
Remove some unnecessary headers from Host.cpp
Zachary Turner
2014-10-15
1
-28
/
+1
*
Create a process launcher abstraction.
Zachary Turner
2014-10-14
1
-95
/
+33
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-2
/
+30
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-225
/
+9
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-0
/
+12
*
Ensure the Host wait4 thread is able to show pid in thread name.
Todd Fiala
2014-08-28
1
-1
/
+12
*
Update LLDB to use LLVM's DynamicLibrary.
Zachary Turner
2014-08-27
1
-124
/
+0
*
Fixes a few more places where we were manually setting the filename.
Zachary Turner
2014-08-21
1
-1
/
+1
*
Move the rest of the HostInfo functions over.
Zachary Turner
2014-08-21
1
-90
/
+0
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-76
/
+0
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-341
/
+1
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-149
/
+1
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-138
/
+8
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-358
/
+56
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
1
-2
/
+68
*
Implement some common file operations on Windows.
Zachary Turner
2014-08-09
1
-60
/
+1
*
r215124 missed a few Mac OS X only uses of FileSpec::Resolve, fixing to match
Jim Ingham
2014-08-07
1
-11
/
+10
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
1
-6
/
+6
*
Fix FileSpec to be able to understand Windows paths.
Zachary Turner
2014-08-07
1
-0
/
+10
*
Resolve the executable _before_ we try to get the module specifications.
Greg Clayton
2014-07-29
1
-0
/
+11
*
Fix compile error on Windows.
Zachary Turner
2014-07-29
1
-1
/
+1
*
Use llvm Support functions to get the user's home directory.
Zachary Turner
2014-07-28
1
-0
/
+18
*
Fix configure/make builds on MacOSX.
Todd Fiala
2014-07-24
1
-0
/
+3
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-0
/
+23
*
Host: Fix a pointer-to-function to void-pointer cast
David Majnemer
2014-07-22
1
-1
/
+2
*
Make lldb -P work on Windows.
Zachary Turner
2014-07-18
1
-1
/
+5
*
Add Host::MAX_THREAD_NAME_LENGTH constant.
Todd Fiala
2014-07-16
1
-0
/
+9
*
lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.
Greg Clayton
2014-07-14
1
-9
/
+15
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Implment "platform process list" for Windows.
Zachary Turner
2014-07-08
1
-1
/
+2
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
[next]