summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/Host.cpp
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
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* [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-191-4/+3
* 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
* 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-011-2/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+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-181-0/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-10/+0
* Remove some ProcFileReader occurencesPavel Labath2017-03-151-227/+170
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-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-061-317/+291
* Remove Android.hPavel Labath2016-08-081-4/+2
* Add logging to Linux Host::GetProcessAndStatInfo.Oleksiy Vyalov2016-07-121-4/+16
* Remove unused header <execinfo.h>.Vasileios Kalintiris2015-09-221-3/+0
* Check for GLIBC before including execinfo.hVasileios Kalintiris2015-09-221-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-22/+1
* [LLDB][MIPS] Getting correct signals for MIPS HostMohit K. Bhakkad2015-06-101-3/+16
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-6/+6
* 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
* 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-091-25/+0
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-0/+9
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-133/+0
* Fix typos.Bruce Mitchener2014-07-011-2/+2
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+6
* Factored out Linux proc file reading into separate class.Todd Fiala2014-06-301-62/+7
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Enable Linux distribution in vendor portion of host triple.Todd Fiala2014-01-171-0/+112
* Add error checking to 'cmd' buffer as it may not be available (ie. in the cas...Matt Kopec2013-10-091-10/+13
OpenPOWER on IntegriCloud