summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-3/+3
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+2
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+10
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fix build on OS X after r233061Ilia K2015-03-241-1/+1
* If the user specifies a kernel binary that isn't correct for the currentJason Molenda2015-03-101-11/+12
* Fix build on OS X after r231202Ilia K2015-03-041-0/+1
* Add another address to check for the kernel's load addr in debug configs.Jason Molenda2014-10-061-8/+11
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+2
* When doing an exhaustive search for the kernel in memory, also lookJason Molenda2014-07-311-0/+4
* Fix typos.Bruce Mitchener2014-07-081-2/+2
* Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHea...Jason Molenda2014-04-151-0/+24
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* Don’t #include “llvm/Support/MachO.h” in a header file if we can avoid ...Greg Clayton2014-04-021-0/+2
* Small fix to DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryMo...Jason Molenda2014-03-051-1/+1
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-6/+7
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-1/+1
* <rdar://problem/15367122>Greg Clayton2013-11-051-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+3
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-12/+12
* <rdar://problem/13854277>Greg Clayton2013-05-101-13/+9
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-8/+4
* If the Target's current architecture is incompatible with the kernelJason Molenda2013-05-021-0/+5
* Make the warning message about not finding the kernel binary clearerJason Molenda2013-04-301-1/+1
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-8/+2
* Remove an unneeded local var, a missing return statement in kernel search cod...Jason Molenda2013-04-191-4/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Change CommandObjectPlatform commands to get the current platformJason Molenda2013-04-051-1/+0
* Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda2013-04-051-0/+25
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+5
* Misc. clang build warning fixes.Matt Kopec2013-03-121-1/+1
* ProcessMachCore had (until 2013-01-29) some simple checks to find a kernelJason Molenda2013-03-021-7/+13
* Report the kernel slide when attaching to a darwin kernel debug session.Jason Molenda2013-03-011-0/+9
* When starting a kernel debug session, if the user specified an executableJason Molenda2013-02-271-4/+24
* If the user has disabled kext loading with theJason Molenda2013-02-261-12/+25
* Fix a case where a kext module was being added to the TargetJason Molenda2013-02-191-1/+1
* Change the order that the DarwinKernel DynamicLoader plugin usesJason Molenda2013-02-191-38/+14
* Experiment with printing a warning message when lldb is unable toJason Molenda2013-02-191-1/+11
* Always print the kernel UUID and load address if we are working withJason Molenda2013-02-191-3/+20
* Change the DarwinKernel DyanmicLoader to maintain a persist listJason Molenda2013-02-191-191/+465
* <rdar://problem/13092722>Greg Clayton2013-02-011-2/+2
* Verified that the plugin.dynamic-loader.darwin-kernel.scan-typeJason Molenda2013-01-301-6/+0
* Fix one obvious thinko with the plugin.dynamic-loader.darwin-kernel.scan-type...Jason Molenda2013-01-301-2/+2
* <rdar://problem/12491235> Jason Molenda2013-01-301-23/+326
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
OpenPOWER on IntegriCloud