summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-0/+53
* API fix and missing headers.Johnny Chen2011-05-191-0/+10
* linux: add Host/linux subdirectoryStephen Wilson2011-03-231-0/+35
* Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse moreGreg Clayton2010-09-071-749/+0
* Remove a deadlock condition. A bit of explanation is needed: When calling Greg Clayton2010-07-231-1/+0
* Implement GetProgramFileSpec().Eli Friedman2010-07-021-17/+4
* Add hacky, incomplete Linux host implementation; barely enough to allowEli Friedman2010-07-021-0/+763
OpenPOWER on IntegriCloud