summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-17/+9
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-9/+17
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-7/+11
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-4/+5
* Push down more common code into PlatformPOSIXPavel Labath2017-02-031-28/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-021-114/+0
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-4/+4
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-13/+9
* Convert 3 more functions to use a StringRef.Zachary Turner2016-09-191-2/+3
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-9/+23
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1534/+1692
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-141-0/+25
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-0/+1
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-16/+6
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+2
* Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda2015-11-211-155/+168
* Fix pessimizing moves. Found by clang.Davide Italiano2015-11-071-1/+1
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-0/+61
* Better validation when we think a directory might be Xcode.app.Sean Callanan2015-11-051-1/+10
* OS X: fix the Xcode debugserver lookup code when LLDB.framework does not cont...Todd Fiala2015-11-041-2/+12
* Revert "Clang module compilation options need to be per-platform."Adrian McCarthy2015-10-261-15/+0
* Clang module compilation options need to be per-platform.Sean Callanan2015-10-261-0/+15
* Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec()....Greg Clayton2015-10-201-48/+55
* [PlatformDarwin.cpp] Include <mutex> for std::once_flag.Siva Chandra2015-10-191-0/+2
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-33/+91
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+12
* Fix typos.Bruce Mitchener2015-07-221-4/+4
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+1
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-2/+2
* Make sure versions are valid before we try to use them. Also check for invali...Greg Clayton2015-04-271-4/+8
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-6/+12
* Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov2015-03-131-3/+1
* Don't #include clang headers from BreakpointLocation.hZachary Turner2015-03-041-0/+1
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* If we are trying to load the scripting resource for a module whose name happe...Enrico Granata2015-02-261-3/+15
* Lock the Platform mutex in PlatformDarwin::GetDeveloperDirectory().Greg Clayton2015-02-021-0/+1
* Make one mutex for the lldb_private::Platform class that can be used to prote...Greg Clayton2015-02-021-1/+6
* Fix the -*-version-min option to not try and use the current OS version for i...Greg Clayton2015-01-221-20/+59
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-1/+1
* Fix a few default label in switch which covers allEric Christopher2014-12-051-6/+0
* Added support to Platform to indicate (1) whether theSean Callanan2014-12-051-1/+290
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-34/+27
OpenPOWER on IntegriCloud