summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the Error class constructor protectedMehdi Amini2016-11-111-8/+8
* UserExpression::Evaluate only returns a non-empty ValueObjectSPJim Ingham2016-11-071-2/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-869/+706
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-1/+1
* dlopen & dlclose can't throw C++ or ObjC exceptions, so don't do the extra wo...Jim Ingham2016-08-111-0/+1
* Increase "process load" timeoutPavel Labath2016-07-121-0/+1
* Revive the error message from "process load" and SBProcess::LoadImage.Jim Ingham2016-06-081-1/+1
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-1/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-061-22/+20
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+25
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-2/+4
* Remove some duplicated code from PlatformPOSIX/AndroidTamas Berghammer2015-12-031-5/+13
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-2/+141
* Revert "Clang module compilation options need to be per-platform."Adrian McCarthy2015-10-261-65/+1
* Clang module compilation options need to be per-platform.Sean Callanan2015-10-261-1/+65
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-3/+6
* Refactor Unix signals.Chaoren Lin2015-07-141-3/+8
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-28/+28
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-3/+3
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-3/+2
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+11
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Make PlatformPOSIX::KillProcess to delegate to a remote platform if connected.Oleksiy Vyalov2015-02-171-0/+12
* Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov2015-02-031-2/+6
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-76/+0
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-6/+4
* Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...Todd Fiala2014-10-101-0/+90
* Moved PlatformDarwin::GetEnvironment() to PlatformPOSIX to fix Linux/llgs issue.Todd Fiala2014-09-241-0/+12
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Listen to the return value of the Platform::WriteFile() call within PlatformP...Greg Clayton2014-09-181-2/+20
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-18/+15
* Fix a bug where SetFilePermissions was calling MakeDirectory.Zachary Turner2014-08-091-1/+1
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-0/+181
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-1/+5
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-0/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-64/+114
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+541
OpenPOWER on IntegriCloud