summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+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
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-14/+13
* Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUIDJason Molenda2018-06-191-1/+1
* [Platform] Accept arbitrary kext variantsJonas Devlieghere2018-06-071-0/+3
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-0/+1
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-8/+9
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-9/+8
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-8/+9
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-145/+156
* Change the indexing done for kernel/kext directories to be recursive.Jason Molenda2016-08-051-66/+25
* PlatformDarwinKernel maintains a list of kexts and kernelsJason Molenda2016-07-291-2/+12
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-2/+2
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-2/+2
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+8
* Remove redundant virtual for member functions marked 'override'.David Blaikie2015-04-081-1/+1
* Fix build on OS X after r233061Ilia K2015-03-241-0/+1
* When starting a kernel debug session (PlatformDarwinKernel), scanJason Molenda2015-01-291-8/+28
* Fixed compiler warnings for functions that weren't marked virtual and the fun...Greg Clayton2015-01-281-14/+15
* Added support to Platform to indicate (1) whether theSean Callanan2014-12-051-0/+3
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-0/+3
* Fixed build break introduced by r181717Daniel Malea2013-05-131-0/+2
* <rdar://problem/13875830>Greg Clayton2013-05-131-1/+17
* <rdar://problem/13854277>Greg Clayton2013-05-101-11/+2
* Pass down the architecture of the module we're trying toJason Molenda2013-05-031-1/+1
* Add support for Platform plugins to have settings.Jason Molenda2013-04-051-0/+7
* Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda2013-04-051-0/+176
OpenPOWER on IntegriCloud