summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-141-61/+0
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-121-39/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-1/+3
* Add a lock to PlatformPOSIX::DoLoadImageFrederic Riss2018-05-111-4/+4
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-2/+1
* Change PlatformPosix::DoLoadImage to use a UtilityFunction.Jim Ingham2018-04-171-0/+4
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-1/+1
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-141-1/+2
* Fix "process load" on new android targetsPavel Labath2017-07-051-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-33/+36
* Push down more common code into PlatformPOSIXPavel Labath2017-02-031-0/+10
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-021-0/+4
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-186/+163
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-061-1/+6
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+10
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-3/+3
* Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer2015-12-031-0/+3
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-2/+15
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-17/+13
* Revert "Clang module compilation options need to be per-platform."Adrian McCarthy2015-10-261-3/+0
* Clang module compilation options need to be per-platform.Sean Callanan2015-10-261-0/+3
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+3
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-17/+18
* Remove "virtual" and add "override" to all virtual functions.Greg Clayton2015-03-121-22/+22
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-1/+7
* Make PlatformPOSIX::KillProcess to delegate to a remote platform if connected.Oleksiy Vyalov2015-02-171-0/+3
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-2/+0
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-21/+22
* Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...Todd Fiala2014-10-101-0/+10
* Moved PlatformDarwin::GetEnvironment() to PlatformPOSIX to fix Linux/llgs issue.Todd Fiala2014-09-241-0/+3
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-2/+39
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-0/+3
* Replace the last auto_ptr by unique_ptrJean-Daniel Dupas2013-12-061-1/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-7/+20
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+111
OpenPOWER on IntegriCloud