summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+3
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-8/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-40/+38
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Silence compiler warningsAdrian Prantl2019-01-151-1/+1
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-2/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-10/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-9/+9
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-13/+18
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-3/+3
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-21/+24
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+3
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-3/+2
* Fix OSX build after r343130Tatyana Krasnukha2018-09-261-3/+3
* Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUIDJason Molenda2018-06-191-3/+3
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+2
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-4/+4
* [Platform] Accept arbitrary kext variantsJonas Devlieghere2018-06-071-22/+40
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-51/+35
* Change the ordering that we search for kexts and kernels on the localJason Molenda2017-12-091-7/+22
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Add extra logging for when lldb is looking for kernels and kexts.Jason Molenda2017-04-201-3/+31
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-20/+21
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-21/+20
* Fixed a missing brace.Sean Callanan2017-03-071-1/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-20/+21
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-749/+658
* Change the indexing done for kernel/kext directories to be recursive.Jason Molenda2016-08-051-432/+232
* PlatformDarwinKernel maintains a list of kexts and kernelsJason Molenda2016-07-291-10/+136
* Change PlatformDarwinKernel::GetSharedModule to be a little moreJason Molenda2016-06-271-3/+16
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda2015-11-191-0/+28
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-1/+52
* Fix typosBruce Mitchener2015-07-021-1/+1
* Fix build on OS X after r233061Ilia K2015-03-241-1/+2
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Small tweak to the name of kernel binaries that we lookJason Molenda2015-01-301-1/+1
* When starting a kernel debug session (PlatformDarwinKernel), scanJason Molenda2015-01-291-15/+179
* A pretty big overhaul of the TryFallbackUnwindPlan method inJason Molenda2014-11-131-0/+11
* When PlatformDarwinKernel::ExamineKextForMatchingUUID is givenJason Molenda2014-10-141-2/+5
OpenPOWER on IntegriCloud