summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-4/+4
* Add a new directory path to Jason Molenda2014-07-311-4/+34
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* __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/+2
* Also recognize interrupt as a possible trap handler name.Jason Molenda2014-02-181-0/+1
* Add two additional trap handler names for PlatformDarwinKernel.Jason Molenda2014-02-181-1/+3
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-3/+7
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-0/+2
* PlatformDarwinKernel was treating its file path arg as a kext bundle id -- bu...Jason Molenda2013-06-181-1/+4
* Fix Mac OS X build issue introduced by incorrect using statementsDaniel Malea2013-05-131-4/+4
* Fixed build break introduced by r181717Daniel Malea2013-05-131-3/+3
* <rdar://problem/13875830>Greg Clayton2013-05-131-0/+18
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID toJason Molenda2013-05-031-3/+11
* Pass down the architecture of the module we're trying toJason Molenda2013-05-031-2/+3
* Add a few new methods to FileSpec to make it a little easier to workJason Molenda2013-04-291-74/+54
* Also look for kexts in /Library/Extensions if that directory exists.Jason Molenda2013-04-231-0/+6
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Change the default for PlatformDarwinKernel to be enabled a laJason Molenda2013-04-121-1/+1
* Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also tryJason Molenda2013-04-081-0/+6
* Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts'Jason Molenda2013-04-061-1/+1
* Reorder the Platform plugin settings so that they're nowJason Molenda2013-04-051-15/+20
* Add support for Platform plugins to have settings.Jason Molenda2013-04-051-3/+125
* Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda2013-04-051-0/+533
OpenPOWER on IntegriCloud