summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux
Commit message (Expand)AuthorAgeFilesLines
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-28/+11
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-10/+8
* [Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on LinuxMichal Gorny2018-01-291-1/+2
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-291-27/+24
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-9/+2
* Clean up lldb-types.hPavel Labath2017-07-182-0/+2
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-281-0/+10
* cmake: Put PROCESS_VM_READV detection results into Config.hPavel Labath2017-06-021-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-2/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-2/+2
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-2/+2
* Delete some dead code in HostInfo.Zachary Turner2017-03-211-2/+0
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-10/+0
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-171-34/+0
* Remove some ProcFileReader occurencesPavel Labath2017-03-152-227/+204
* Delete dead code. NFCJonathan Roelofs2017-03-131-11/+0
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-25/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-042-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-032-2/+2
* 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
OpenPOWER on IntegriCloud