summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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
* <rdar://problem/12842032>Greg Clayton2012-12-111-0/+15
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-3/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Don't re-add kexts and the kernel each time we get a notificationJason Molenda2012-12-011-14/+10
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* <rdar://problem/12586350>Enrico Granata2012-11-081-5/+2
* Fix a crasher in Jason Molenda2012-11-081-1/+2
* Change the name of the variable used to detect if we are loading kexts to "lo...Greg Clayton2012-10-191-6/+6
* Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...Greg Clayton2012-10-191-2/+2
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-2/+69
* Add a new target setting to disable automatic loading of kext imagesJason Molenda2012-10-191-1/+9
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-1/+1
* Add a parameter to Symbols::DownloadObjectAndSymbolFile() to controlJason Molenda2012-10-091-57/+73
* In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryMo...Jason Molenda2012-10-061-40/+18
* Patch submitted by Dan Malea -- I introduced a dependency betweenJason Molenda2012-10-041-1/+2
* The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda2012-10-031-6/+0
* Change DynamicLoaderDarwinKernel::OSKextLoadedKextSummary to useJason Molenda2012-10-021-10/+16
* Handle KASLR kernel loading for kernel corefiles.Jason Molenda2012-10-021-37/+71
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-3/+29
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+49
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+0
* <rdar://problem/11357711>Greg Clayton2012-07-071-4/+4
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-3/+3
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+11
* Fixed the ability to load a module from a path by using just a UUID. AfterGreg Clayton2012-03-211-23/+24
* <rdar://problem/10997402>Greg Clayton2012-03-071-1/+1
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-1/+5
* Made loading sections in the DynamicLoaderDarwinKernel more robust as itGreg Clayton2012-02-141-31/+28
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-429/+151
* Improved detection of object file types, movingSean Callanan2012-02-101-9/+1
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-11/+10
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-2/+2
* Adjust kext load messages in DynamicLoaderDarwinKernel::ParseKextSummaries so weJason Molenda2011-09-241-3/+5
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-0/+1
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-1/+3
* Fixed a problem where expressions would attempt toSean Callanan2011-09-201-0/+3
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton2011-08-221-50/+50
* Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and projectGreg Clayton2011-08-221-0/+1096
OpenPOWER on IntegriCloud