summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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