aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/DynamicLoader/Darwin-Kernel
AgeCommit message (Expand)Author
2013-11-05Add Android.mk support for building LLDB on Linux host.Todd Fiala
2013-05-22<rdar://problem/13956179>Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-03Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda
2013-05-02If the Target's current architecture is incompatible with the kernelJason Molenda
2013-04-30Make the warning message about not finding the kernel binary clearerJason Molenda
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-19Remove an unneeded local var, a missing return statement in kernel search cod...Jason Molenda
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-05Change CommandObjectPlatform commands to get the current platformJason Molenda
2013-04-05Add a new PlatformDarwinKernel for kernel debugging. This PlatformJason Molenda
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-12Misc. clang build warning fixes.Matt Kopec
2013-03-02ProcessMachCore had (until 2013-01-29) some simple checks to find a kernelJason Molenda
2013-03-01Report the kernel slide when attaching to a darwin kernel debug session.Jason Molenda
2013-02-27When starting a kernel debug session, if the user specified an executableJason Molenda
2013-02-26If the user has disabled kext loading with theJason Molenda
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2013-02-19Fix a case where a kext module was being added to the TargetJason Molenda
2013-02-19Change the order that the DarwinKernel DynamicLoader plugin usesJason Molenda
2013-02-19Experiment with printing a warning message when lldb is unable toJason Molenda
2013-02-19Always print the kernel UUID and load address if we are working withJason Molenda
2013-02-19Change the DarwinKernel DyanmicLoader to maintain a persist listJason Molenda
2013-02-01<rdar://problem/13092722>Greg Clayton
2013-01-30Verified that the plugin.dynamic-loader.darwin-kernel.scan-typeJason Molenda
2013-01-30Fix one obvious thinko with the plugin.dynamic-loader.darwin-kernel.scan-type...Jason Molenda
2013-01-30<rdar://problem/12491235> Jason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-11<rdar://problem/12842032>Greg Clayton
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-01Don't re-add kexts and the kernel each time we get a notificationJason Molenda
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-11-08Fix a crasher in Jason Molenda
2012-10-19Change the name of the variable used to detect if we are loading kexts to "lo...Greg Clayton
2012-10-19Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...Greg Clayton
2012-10-19Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton
2012-10-19Add a new target setting to disable automatic loading of kext imagesJason Molenda
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-10-09Add a parameter to Symbols::DownloadObjectAndSymbolFile() to controlJason Molenda
2012-10-06In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryMo...Jason Molenda
2012-10-04Patch submitted by Dan Malea -- I introduced a dependency betweenJason Molenda
2012-10-03The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda
2012-10-02Change DynamicLoaderDarwinKernel::OSKextLoadedKextSummary to useJason Molenda
2012-10-02Handle KASLR kernel loading for kernel corefiles.Jason Molenda
2012-09-29Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-07<rdar://problem/11357711>Greg Clayton