summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
Commit message (Expand)AuthorAgeFilesLines
* I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda2015-11-191-0/+23
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+1
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+1
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-4/+4
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-1/+1
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-1/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-1/+3
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-111-6/+0
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-2/+32
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-4/+4
* Replace 'mkdir' shell invocation by native function call.Jean-Daniel Dupas2013-12-091-9/+4
* Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton2013-10-241-1/+77
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-3/+73
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+3
* <rdar://problem/13854277>Greg Clayton2013-05-101-12/+11
* <rdar://problem/12211320>Greg Clayton2012-09-051-3/+10
* <rdar://problem/11358639>Greg Clayton2012-05-081-4/+31
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-2/+14
* <rdar://problem/9886712>Greg Clayton2012-02-251-20/+2
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-47/+0
* Move the ARM specific arch picker from PlatformRemoteiOS.cpp toJason Molenda2011-12-091-1/+4
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-8/+8
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-1/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-27/+40
* 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-204/+83
* Added new platform commands:Greg Clayton2011-03-231-6/+4
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-2/+115
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-0/+199
OpenPOWER on IntegriCloud