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
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-4
/
+3
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-8
/
+8
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-40
/
+38
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-10
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Silence compiler warnings
Adrian Prantl
2019-01-15
1
-1
/
+1
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-2
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-10
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-9
/
+9
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-13
/
+18
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+3
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-21
/
+24
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+3
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-3
/
+2
*
Fix OSX build after r343130
Tatyana Krasnukha
2018-09-26
1
-3
/
+3
*
Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUID
Jason Molenda
2018-06-19
1
-3
/
+3
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-4
/
+4
*
[Platform] Accept arbitrary kext variants
Jonas Devlieghere
2018-06-07
1
-22
/
+40
*
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
[next]