summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kern...Daniel Malea2013-09-271-1/+8
* Enable Host::LaunchProcess on LinuxDaniel Malea2013-08-271-8/+0
* Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).Michael Sartain2013-08-011-9/+8
* Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.Michael Sartain2013-07-311-27/+10
* Set thread names on FreeBSDEd Maste2013-07-251-26/+1
* simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain2013-07-171-3/+20
* Commit Timothee Besset's patch to update Host/linux/Host.cpp to keep upJason Molenda2013-07-151-1/+1
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-101-0/+34
* Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec2013-05-311-0/+31
* ObjectFileELF::GetModuleSpecifications on Linux should work now.Michael Sartain2013-05-231-3/+31
* test commitMichael Sartain2013-05-171-0/+1
* Implement "platform process list" on LinuxDaniel Malea2013-05-151-42/+249
* Add setting of lldb thread names on Linux.Matt Kopec2013-05-131-1/+48
* Adding support for process attach by pid on Linux.Andrew Kaylor2013-05-071-23/+97
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
OpenPOWER on IntegriCloud