summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+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
* Rename Error -> Status.Zachary Turner2017-05-121-6/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-80/+67
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-10/+4
* Remove redundant virtual for member functions marked 'override'.David Blaikie2015-04-081-7/+4
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+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
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-3/+3
* Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton2013-10-241-0/+3
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-1/+20
* <rdar://problem/13854277>Greg Clayton2013-05-101-13/+4
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-10/+0
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-82/+82
* 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-22/+24
* Added new platform commands:Greg Clayton2011-03-231-2/+4
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-4/+14
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-0/+89
OpenPOWER on IntegriCloud