summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Linux/PlatformLinux.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-3/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-2/+4
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Clean up PlatformLinux codePavel Labath2017-02-051-6/+0
* Push down more common code into PlatformPOSIXPavel Labath2017-02-031-10/+0
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-021-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-92/+66
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-4/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-6/+4
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+3
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-11/+0
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-0/+11
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-11/+0
* [LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad2015-06-301-1/+1
* Remove old local-only linux debugging codePavel Labath2015-06-241-3/+0
* Convert mmap options for target in InferiorCallMmap.Robert Flack2015-05-091-0/+3
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-7/+10
* Remove EOL whitespace from PlatformLinuxEd Maste2015-02-231-3/+3
* Implement remote process listing in Linux platform.Stephane Sezer2014-12-091-0/+4
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-3/+1
* Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...Todd Fiala2014-10-101-6/+12
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Added setting: platform.plugin.linux.use-llgs-for-local (boolean), defaults t...Todd Fiala2014-08-281-0/+3
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-35/+28
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-1/+12
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-0/+3
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-2/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-17/+5
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be usedGreg Clayton2012-02-271-1/+2
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-0/+1
* Patch from Dawn that fixes up linux debugging and a first passs at an Greg Clayton2011-11-291-4/+10
* Now the linux platform lets it be known that it can't launch processes forGreg Clayton2011-11-281-0/+6
* Update PlatformLinux::Attach signature.Peter Collingbourne2011-11-211-2/+2
* This patch add a "fake" attach waiting for a real implementation andJohnny Chen2011-05-131-1/+5
* linux: remove ProcessLinux::FindProcessesStephen Wilson2011-04-071-4/+0
* Update the linux platform to use the new Host::FindProcesses functionality.Greg Clayton2011-04-061-3/+2
* linux: minor updates to account for recent namespace changesStephen Wilson2011-03-261-2/+3
* linux: PlatformLinux improvementsStephen Wilson2011-03-231-4/+24
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-0/+89
OpenPOWER on IntegriCloud