summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
AgeCommit message (Expand)Author
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2022-03-14[lldb] Cleanup MacOSX platform headers (NFC)Jonas Devlieghere
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2022-01-14[lldb] Fix platform selection on Apple SiliconJonas Devlieghere
2021-12-22[lldb] Use GetSupportedArchitectures on darwin platformsPavel Labath
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2020-11-30[lldb] Refactor GetDeviceSupportDirectoryNames and GetPlatformName (NFC)Jonas Devlieghere
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-04-17Unify the common code in the ios, tvos, watchos platforms into a singleJason Molenda
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2016-11-14Fix a deadlock issue that would happen when loading an AppleTV or watchOS bin...Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-24Rewrite the GetFileInSDK methods in PlatformRemoteiOS,Jason Molenda
2015-10-27Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko
2015-03-24Fetch module specification from remote process alsoTamas Berghammer
2015-03-12Fix SDK selection using "platform select" when --sysroot/--version/--build op...Ilia K
2015-01-23Renamed UpdateSDKDirectoryInfosInNeeded->IfNeededVince Harron
2015-01-22Fix the -*-version-min option to not try and use the current OS version for i...Greg Clayton
2014-12-05Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings.Eric Christopher
2014-12-05Added support to Platform to indicate (1) whether theSean Callanan
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-05-10<rdar://problem/13854277>Greg Clayton
2012-04-20Method name change to avoid further conflicts when merging from ToT to branch...Johnny Chen
2012-04-20<rdar://problem/11259893>Greg Clayton
2012-04-18Find and allows users to use the cached SDK's that might be in "~/Library/Dev...Greg Clayton
2012-04-18Update the way SDK directories are found so we are not reliant on the old "La...Greg Clayton
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton
2012-02-26Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton
2012-02-25<rdar://problem/9886712>Greg Clayton
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton
2011-03-23Added new platform commands:Greg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton