summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* 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
* Unify the common code in the ios, tvos, watchos platforms into a singleJason Molenda2017-04-171-79/+14
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+3
* Fix a deadlock issue that would happen when loading an AppleTV or watchOS bin...Greg Clayton2016-11-141-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-139/+110
* Rewrite the GetFileInSDK methods in PlatformRemoteiOS,Jason Molenda2016-08-241-6/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-13/+10
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+1
* Fix SDK selection using "platform select" when --sysroot/--version/--build op...Ilia K2015-03-121-0/+4
* Renamed UpdateSDKDirectoryInfosInNeeded->IfNeededVince Harron2015-01-231-1/+1
* Fix the -*-version-min option to not try and use the current OS version for i...Greg Clayton2015-01-221-2/+2
* Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings.Eric Christopher2014-12-051-14/+14
* Added support to Platform to indicate (1) whether theSean Callanan2014-12-051-0/+6
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-2/+5
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-8/+0
* <rdar://problem/13854277>Greg Clayton2013-05-101-11/+2
* Method name change to avoid further conflicts when merging from ToT to branch...Johnny Chen2012-04-201-3/+3
* <rdar://problem/11259893>Greg Clayton2012-04-201-2/+21
* Find and allows users to use the cached SDK's that might be in "~/Library/Dev...Greg Clayton2012-04-181-2/+3
* Update the way SDK directories are found so we are not reliant on the old "La...Greg Clayton2012-04-181-1/+32
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-5/+1
* <rdar://problem/9886712>Greg Clayton2012-02-251-4/+0
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-2/+4
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-3/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-105/+113
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-28/+16
* Added new platform commands:Greg Clayton2011-03-231-2/+17
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+123
OpenPOWER on IntegriCloud