summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux
Commit message (Expand)AuthorAgeFilesLines
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-4/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Transform ProcessLauncherLinux to ProcessLauncherPosixForkKamil Rytarowski2017-02-011-225/+0
* Fix android build for r292935 (personality.h)Pavel Labath2017-01-241-5/+10
* include linux/personality.h on androidPavel Labath2017-01-241-0/+4
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Fix build error on Android again.Zachary Turner2016-10-051-1/+1
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-4/+2
* Fix FixupEnvironment on Android after the Args refactorTamas Berghammer2016-10-041-5/+6
* Try to fix freebsd and android builds.Zachary Turner2016-09-191-1/+1
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-067-760/+680
* Remove Android.hPavel Labath2016-08-081-4/+2
* Unify process launching code on linuxPavel Labath2016-07-211-0/+213
* Add logging to Linux Host::GetProcessAndStatInfo.Oleksiy Vyalov2016-07-121-4/+16
* Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone2016-04-271-1/+1
* Add support for abstract domain sockets.Oleksiy Vyalov2015-10-221-0/+31
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-2/+2
* Do not use pthread_setname_np() if we don't have GLIBC or Android.Vasileios Kalintiris2015-09-221-0/+5
* Remove unused header <execinfo.h>.Vasileios Kalintiris2015-09-221-3/+0
* Check for GLIBC before including execinfo.hVasileios Kalintiris2015-09-221-1/+1
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-14/+0
* Refactor Unix signals.Chaoren Lin2015-07-141-22/+1
* Add a missing headerPavel Labath2015-06-301-0/+1
* [linux] Use cmake to detect support process_vm_readv (bug #23918)Pavel Labath2015-06-291-0/+29
* [LLDB][MIPS] Getting correct signals for MIPS HostMohit K. Bhakkad2015-06-101-3/+16
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-312-7/+7
* ComputeSupportExeDirectory for LinuxChaoren Lin2015-03-241-3/+5
* Reverted r232883 due to failing tests.Vince Harron2015-03-221-2/+4
* Fix ComputeSupportExeDirectory for Linux (merge with Android).Chaoren Lin2015-03-211-4/+2
* Fix missing data in GetProcessInfo on linuxTamas Berghammer2015-03-131-0/+2
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-22/+0
* Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata2015-02-201-1/+1
* Start the refactoring of globbingEnrico Granata2015-02-201-0/+5
* Remove an unused variable found with a Clang warning.Chandler Carruth2015-02-131-1/+0
* Failsafe directory for shared objects and support executables.Chaoren Lin2015-02-101-0/+9
* Fixed bugs in the multi-threaded access in HostInfoBase. Prior to this fix, s...Greg Clayton2015-02-031-25/+21
* Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDes...Oleksiy Vyalov2014-12-091-0/+29
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-0/+3
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-0/+6
* Create a HostThread abstraction.Zachary Turner2014-09-094-25/+82
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-0/+9
* Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton2014-08-251-5/+4
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-0/+19
* Fix compile error on Linux due to previous commit.Zachary Turner2014-08-211-0/+1
* Convert static constructors to be explicitly initialized at startupZachary Turner2014-08-211-13/+36
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-0/+27
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-0/+23
OpenPOWER on IntegriCloud