summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-221-11/+0
* Fix a bug where argdumper would not launch inferiors correctly in the presenc...Enrico Granata2015-04-171-11/+21
* ComputeSupportExeDirectory for LinuxChaoren Lin2015-03-241-2/+0
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-5/+0
* Add code to exit the NativeProcessLinux Monitor thread on androidTamas Berghammer2015-03-131-10/+43
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-6/+0
* Create new platform: remote-androidTamas Berghammer2015-02-121-15/+7
* Fix the LLDB build under Debian KfreebsdSylvestre Ledru2015-02-101-1/+1
* fixed up some logging messages (options and wait_pid were swapped)Vince Harron2015-01-231-3/+3
* Remove unused function:Greg Clayton2015-01-201-6/+0
* minor refactoring to remove unneeded/unspecific header filesVince Harron2015-01-161-5/+4
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-081-13/+13
* Reverting r223548 which broke running in the shell on OS X.Jim Ingham2014-12-061-11/+12
* Fix a type (MAX_PATH instead of PATH_MAX) and remove an unused variable.Jim Ingham2014-12-061-2/+1
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-061-11/+11
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-22/+0
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-17/+13
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-3/+3
* Remove some unnecessary headers from Host.cppZachary Turner2014-10-151-28/+1
* Create a process launcher abstraction.Zachary Turner2014-10-141-95/+33
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-2/+30
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Create a HostThread abstraction.Zachary Turner2014-09-091-225/+9
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-0/+12
* Ensure the Host wait4 thread is able to show pid in thread name.Todd Fiala2014-08-281-1/+12
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-124/+0
* Fixes a few more places where we were manually setting the filename.Zachary Turner2014-08-211-1/+1
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-90/+0
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-76/+0
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-341/+1
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-149/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-138/+8
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-358/+56
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-2/+68
* Implement some common file operations on Windows.Zachary Turner2014-08-091-60/+1
* r215124 missed a few Mac OS X only uses of FileSpec::Resolve, fixing to matchJim Ingham2014-08-071-11/+10
* Optimizations for FileSpec.Zachary Turner2014-08-071-6/+6
* Fix FileSpec to be able to understand Windows paths.Zachary Turner2014-08-071-0/+10
* Resolve the executable _before_ we try to get the module specifications.Greg Clayton2014-07-291-0/+11
* Fix compile error on Windows.Zachary Turner2014-07-291-1/+1
* Use llvm Support functions to get the user's home directory.Zachary Turner2014-07-281-0/+18
* Fix configure/make builds on MacOSX.Todd Fiala2014-07-241-0/+3
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-0/+23
* Host: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+2
* Make lldb -P work on Windows.Zachary Turner2014-07-181-1/+5
* Add Host::MAX_THREAD_NAME_LENGTH constant.Todd Fiala2014-07-161-0/+9
* lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2014-07-141-9/+15
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Implment "platform process list" for Windows.Zachary Turner2014-07-081-1/+2
* Fix typos.Bruce Mitchener2014-07-011-1/+1
OpenPOWER on IntegriCloud