summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial patch for supporting Hexagon DSPDeepak Panickal2014-02-191-0/+2
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-1/+6
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-0/+1
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-0/+1
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-3/+3
* Fix bug in Linux remote dynamic loader setup and fix test.Todd Fiala2014-01-161-1/+1
* Turns out the number of times you need to resume the process for /bin/sh depe...Jim Ingham2013-09-111-1/+1
* Changing the default shell to /bin/sh brought up a long-standing bug on OS X,Jim Ingham2013-09-101-1/+3
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-2/+7
* Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...Michael Sartain2013-05-171-0/+23
* Fix Linux 'platform status' command. Its output is now closer to that on Mac ...Daniel Malea2013-05-161-4/+6
* <rdar://problem/13854277>Greg Clayton2013-05-101-11/+18
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-8/+4
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12462048>Greg Clayton2012-10-181-2/+1
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-0/+11
* <rdar://problem/12211320>Greg Clayton2012-09-051-2/+10
* Fixed a potential crash in PlatformLinux ifSean Callanan2012-08-291-1/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/11358639>Greg Clayton2012-05-081-3/+30
* Added a new host function that allows us to run shell command and get the out...Greg Clayton2012-04-141-1/+6
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-2/+12
* Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be usedGreg Clayton2012-02-271-14/+7
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-2/+7
* Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton2011-11-291-41/+164
* Update PlatformLinux::Attach signature.Peter Collingbourne2011-11-211-1/+1
* This patch add a "fake" attach waiting for a real implementation andJohnny Chen2011-05-131-1/+13
* linux: remove ProcessLinux::FindProcessesStephen Wilson2011-04-071-7/+0
* Update the linux platform to use the new Host::FindProcesses functionality.Greg Clayton2011-04-061-4/+3
* linux: minor updates to account for recent namespace changesStephen Wilson2011-03-261-2/+3
* linux: PlatformLinux improvementsStephen Wilson2011-03-231-6/+76
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-0/+186
OpenPOWER on IntegriCloud