summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-23/+10
* <rdar://problem/9886712>Greg Clayton2012-02-251-64/+1
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-3/+7
* <rdar://problem/10652336>Greg Clayton2012-01-061-1/+1
* Move the ARM specific arch picker from PlatformRemoteiOS.cpp toJason Molenda2011-12-091-102/+1
* Fixed issues for iOS debugging where if a device hasGreg Clayton2011-08-051-1/+7
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-0/+13
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-2/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-3/+3
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-40/+40
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-48/+75
* 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-175/+38
* Added new platform commands:Greg Clayton2011-03-231-10/+79
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-2/+1
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+613
OpenPOWER on IntegriCloud