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
...
*
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
*
Reorder the Platform plugin settings so that they're now
Jason Molenda
2013-04-05
1
-15
/
+20
*
Add support for Platform plugins to have settings.
Jason Molenda
2013-04-05
1
-3
/
+125
*
Add a new PlatformDarwinKernel for kernel debugging. This Platform
Jason Molenda
2013-04-05
1
-0
/
+533
[prev]