[Lldb-commits] [lldb] Add a new SBProcess:: GetCoreFile() API (PR #80767)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 5 16:16:53 PST 2024
================
@@ -404,7 +404,7 @@ bool ProcessMachCore::LoadBinariesViaMetadata() {
// LoadCoreFileImges may have set the dynamic loader, e.g. in
// PlatformDarwinKernel::LoadPlatformBinaryAndSetup().
- // If we now have a dynamic loader, save its name so we don't
+ // If we now have a dynamic loader, save its name so we don't
----------------
clayborg wrote:
revert whitespace only change
https://github.com/llvm/llvm-project/pull/80767
More information about the lldb-commits
mailing list