index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Platform
/
MacOSX
/
PlatformDarwinKernel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-51
/
+35
*
Change the ordering that we search for kexts and kernels on the local
Jason Molenda
2017-12-09
1
-7
/
+22
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Add extra logging for when lldb is looking for kernels and kexts.
Jason Molenda
2017-04-20
1
-3
/
+31
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-20
/
+21
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-21
/
+20
*
Fixed a missing brace.
Sean Callanan
2017-03-07
1
-1
/
+1
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-20
/
+21
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-749
/
+658
*
Change the indexing done for kernel/kext directories to be recursive.
Jason Molenda
2016-08-05
1
-432
/
+232
*
PlatformDarwinKernel maintains a list of kexts and kernels
Jason Molenda
2016-07-29
1
-10
/
+136
*
Change PlatformDarwinKernel::GetSharedModule to be a little more
Jason Molenda
2016-06-27
1
-3
/
+16
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
I like how PlatformAndroid/PlatformLinux log when their platforms
Jason Molenda
2015-11-19
1
-0
/
+28
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-1
/
+52
*
Fix typos
Bruce Mitchener
2015-07-02
1
-1
/
+1
*
Fix build on OS X after r233061
Ilia K
2015-03-24
1
-1
/
+2
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Small tweak to the name of kernel binaries that we look
Jason Molenda
2015-01-30
1
-1
/
+1
*
When starting a kernel debug session (PlatformDarwinKernel), scan
Jason Molenda
2015-01-29
1
-15
/
+179
*
A pretty big overhaul of the TryFallbackUnwindPlan method in
Jason Molenda
2014-11-13
1
-0
/
+11
*
When PlatformDarwinKernel::ExamineKextForMatchingUUID is given
Jason Molenda
2014-10-14
1
-2
/
+5
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-4
/
+4
*
Add a new directory path to
Jason Molenda
2014-07-31
1
-4
/
+34
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-2
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+2
*
Also recognize interrupt as a possible trap handler name.
Jason Molenda
2014-02-18
1
-0
/
+1
*
Add two additional trap handler names for PlatformDarwinKernel.
Jason Molenda
2014-02-18
1
-1
/
+3
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-3
/
+7
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-0
/
+2
*
PlatformDarwinKernel was treating its file path arg as a kext bundle id -- bu...
Jason Molenda
2013-06-18
1
-1
/
+4
*
Fix Mac OS X build issue introduced by incorrect using statements
Daniel Malea
2013-05-13
1
-4
/
+4
*
Fixed build break introduced by r181717
Daniel Malea
2013-05-13
1
-3
/
+3
*
<rdar://problem/13875830>
Greg Clayton
2013-05-13
1
-0
/
+18
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Small adjustment to PlatformDarwinKernel::ExamineKextForMatchingUUID to
Jason Molenda
2013-05-03
1
-3
/
+11
*
Pass down the architecture of the module we're trying to
Jason Molenda
2013-05-03
1
-2
/
+3
*
Add a few new methods to FileSpec to make it a little easier to work
Jason Molenda
2013-04-29
1
-74
/
+54
*
Also look for kexts in /Library/Extensions if that directory exists.
Jason Molenda
2013-04-23
1
-0
/
+6
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Change the default for PlatformDarwinKernel to be enabled a la
Jason Molenda
2013-04-12
1
-1
/
+1
*
Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also try
Jason Molenda
2013-04-08
1
-0
/
+6
*
Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts'
Jason Molenda
2013-04-06
1
-1
/
+1
[next]