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
*
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
*
Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHea...
Jason Molenda
2014-04-15
1
-0
/
+24
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
Don’t #include “llvm/Support/MachO.h” in a header file if we can avoid ...
Greg Clayton
2014-04-02
1
-0
/
+2
*
Small fix to DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryMo...
Jason Molenda
2014-03-05
1
-1
/
+1
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-6
/
+7
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-1
/
+1
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+3
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-12
/
+12
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-13
/
+9
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-8
/
+4
*
If the Target's current architecture is incompatible with the kernel
Jason Molenda
2013-05-02
1
-0
/
+5
*
Make the warning message about not finding the kernel binary clearer
Jason Molenda
2013-04-30
1
-1
/
+1
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-8
/
+2
*
Remove an unneeded local var, a missing return statement in kernel search cod...
Jason Molenda
2013-04-19
1
-4
/
+2
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Change CommandObjectPlatform commands to get the current platform
Jason Molenda
2013-04-05
1
-1
/
+0
*
Add a new PlatformDarwinKernel for kernel debugging. This Platform
Jason Molenda
2013-04-05
1
-0
/
+25
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+5
*
Misc. clang build warning fixes.
Matt Kopec
2013-03-12
1
-1
/
+1
*
ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel
Jason Molenda
2013-03-02
1
-7
/
+13
*
Report the kernel slide when attaching to a darwin kernel debug session.
Jason Molenda
2013-03-01
1
-0
/
+9
*
When starting a kernel debug session, if the user specified an executable
Jason Molenda
2013-02-27
1
-4
/
+24
*
If the user has disabled kext loading with the
Jason Molenda
2013-02-26
1
-12
/
+25
*
Fix a case where a kext module was being added to the Target
Jason Molenda
2013-02-19
1
-1
/
+1
*
Change the order that the DarwinKernel DynamicLoader plugin uses
Jason Molenda
2013-02-19
1
-38
/
+14
*
Experiment with printing a warning message when lldb is unable to
Jason Molenda
2013-02-19
1
-1
/
+11
*
Always print the kernel UUID and load address if we are working with
Jason Molenda
2013-02-19
1
-3
/
+20
*
Change the DarwinKernel DyanmicLoader to maintain a persist list
Jason Molenda
2013-02-19
1
-191
/
+465
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-2
/
+2
*
Verified that the plugin.dynamic-loader.darwin-kernel.scan-type
Jason Molenda
2013-01-30
1
-6
/
+0
*
Fix one obvious thinko with the plugin.dynamic-loader.darwin-kernel.scan-type...
Jason Molenda
2013-01-30
1
-2
/
+2
*
<rdar://problem/12491235>
Jason Molenda
2013-01-30
1
-23
/
+326
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
[next]