summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux
Commit message (Expand)AuthorAgeFilesLines
* [lldb-server/android] Show more processes by relaxing some checksWalter Erquinigo2019-10-151-34/+45
* Revert "fix"Walter Erquinigo2019-10-141-45/+34
* fixWalter Erquinigo2019-10-141-34/+45
* Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath2019-10-081-45/+34
* [lldb-server/android] Show more processes and package name when necessaryWalter Erquinigo2019-10-041-34/+45
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-22/+17
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-5/+6
* [lldb] Fix linux host build after r355342Alexander Kornienko2019-03-051-0/+1
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+1
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-1/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Add missing includeJonas Devlieghere2018-11-101-0/+1
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-4/+4
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-011-2/+3
* 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
OpenPOWER on IntegriCloud