[Lldb-commits] [PATCH] D88632: A handful of fixes to lldb's "scan the local filesystem for kexts & kernels" feature

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 1 18:43:10 PDT 2020


jasonmolenda updated this revision to Diff 295713.
jasonmolenda added a comment.

Incorporate Jonas' suggestions, including changing the NULLs to nullptr's in the section of code I was changing right now.  Also found an unintentional shadowing of module_sp in GetSharedModuleKernel (that was present before my patchset) and fixed that; it works either way, but it's not correct.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88632/new/

https://reviews.llvm.org/D88632

Files:
  lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
  lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
  lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88632.295713.patch
Type: text/x-patch
Size: 26466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201002/46fe78f4/attachment-0001.bin>


More information about the lldb-commits mailing list