summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Unify the common code in the ios, tvos, watchos platforms into a singleJason Molenda2017-04-171-665/+9
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+1
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-1/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-33/+14
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix a deadlock issue that would happen when loading an AppleTV or watchOS bin...Greg Clayton2016-11-141-0/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Finish adding the individual instruction tests to the x86 unwinderJason Molenda2016-10-041-0/+4
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-10/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-832/+686
* Rewrite the GetFileInSDK methods in PlatformRemoteiOS,Jason Molenda2016-08-241-69/+19
* Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, andJason Molenda2016-06-141-0/+70
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-8/+0
* I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda2015-11-191-0/+23
* Add some verbose lldb host logging so lldb will show what SDKJason Molenda2015-10-221-1/+23
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+60
* 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-1/+40
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Renamed UpdateSDKDirectoryInfosInNeeded->IfNeededVince Harron2015-01-231-7/+6
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-43/+93
* Remove extra "/" character from paths resolved in iOS SDKs and also be sure t...Greg Clayton2014-11-131-3/+5
* Fix a thinko in how the RemoteiOS Platform looked up files in the SDK & otherJim Ingham2014-09-191-66/+52
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-3/+3
* Missed a few places where we need to report unreadable executables.Greg Clayton2014-08-151-4/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* lldb arm64 import.Jason Molenda2014-03-291-0/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-18/+9
* <rdar://problem/13854277>Greg Clayton2013-05-101-11/+6
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-13/+8
* Patch from Daniel Malea to fix the build on Linux. ThanksEnrico Granata2012-09-061-1/+1
* <rdar://problem/12211320>Greg Clayton2012-09-051-2/+10
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-0/+1
* Make sure the module_uuid_ptr is non-NULL before checking whether its content...Jim Ingham2012-06-051-2/+2
* <rdar://problem/11358639>Greg Clayton2012-05-081-4/+31
* Method name change to avoid further conflicts when merging from ToT to branch...Johnny Chen2012-04-201-4/+4
* <rdar://problem/11259893>Greg Clayton2012-04-201-22/+180
* Find and allows users to use the cached SDK's that might be in "~/Library/Dev...Greg Clayton2012-04-181-34/+102
* Update the way SDK directories are found so we are not reliant on the old "La...Greg Clayton2012-04-181-67/+164
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-2/+24
* Fixed a crasher for remote device debugging.Han Ming Ong2012-02-291-1/+1
OpenPOWER on IntegriCloud