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
/
DynamicLoader
/
Darwin-Kernel
/
DynamicLoaderDarwinKernel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
A little cleanup / commenting on locating kernel binaries while I
Jason Molenda
2019-01-10
1
-4
/
+18
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-13
/
+7
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
1
-6
/
+6
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+4
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+1
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-9
/
+8
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+1
*
[NFC] Fixed enum constant in boolean context error
David Bolvansky
2018-09-03
1
-5
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
1
-1
/
+1
*
Remove some instances of manual UUID pretty-printing
Pavel Labath
2018-06-20
1
-22
/
+4
*
Some NFC changes to how we scan of kexts & kernels in memory in the
Jason Molenda
2018-06-18
1
-32
/
+52
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-106
/
+84
*
Use a static_cast instead of a C cast, NFC
Vedant Kumar
2017-12-06
1
-1
/
+1
*
Fix warning in DynamicLoaderDarwinKernel.cpp, NFC
Vedant Kumar
2017-12-01
1
-1
/
+1
*
We had a situation where a kext was inlined into the kernel,
Jason Molenda
2017-11-30
1
-0
/
+10
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix a bug in r294611 w.r.t. Darwin Kernel debugging.
Jim Ingham
2017-02-28
1
-0
/
+7
*
Add another address to look for the kernel load addr in
Jason Molenda
2016-11-30
1
-1
/
+3
*
Fix a comparison of integers of different signs warning.
Taras Tsugrii
2016-11-24
1
-1
/
+1
*
Change the kernel searching code to not go through the
Jason Molenda
2016-11-15
1
-17
/
+37
*
Add some additional logging to
Jason Molenda
2016-10-21
1
-5
/
+20
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1365
/
+1212
*
Add some logging to the kernel dynamicloader plugin when we fail to read
Jason Molenda
2016-07-28
1
-0
/
+3
*
DynamicLoaderDarwinKernel will look in four addresses for the kernel
Jason Molenda
2016-07-26
1
-2
/
+3
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-18
/
+18
*
LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...
Greg Clayton
2016-03-29
1
-2
/
+2
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+1
*
ProcessMachCore scans through the core file pages looking for a
Jason Molenda
2016-02-06
1
-46
/
+22
*
Add two more addresses to check for the address of the kernel in debug mode;
Jason Molenda
2016-02-05
1
-0
/
+16
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-3
/
+3
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-0
/
+2
*
Add some initial logging for when lldb is searching for binaries,
Jason Molenda
2015-07-25
1
-0
/
+10
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+1
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fix build on OS X after r233061
Ilia K
2015-03-24
1
-1
/
+1
*
If the user specifies a kernel binary that isn't correct for the current
Jason Molenda
2015-03-10
1
-11
/
+12
*
Fix build on OS X after r231202
Ilia K
2015-03-04
1
-0
/
+1
*
Add another address to check for the kernel's load addr in debug configs.
Jason Molenda
2014-10-06
1
-8
/
+11
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+2
*
When doing an exhaustive search for the kernel in memory, also look
Jason Molenda
2014-07-31
1
-0
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-2
/
+2
[next]