[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
================
@@ -261,7 +261,7 @@ Status ProcessElfCore::DoLoadCore() {
exe_module_spec.GetFileSpec().SetFile(m_nt_file_entries[0].path,
FileSpec::Style::native);
if (exe_module_spec.GetFileSpec()) {
- exe_module_sp = GetTarget().GetOrCreateModule(exe_module_spec,
+ exe_module_sp = GetTarget().GetOrCreateModule(exe_module_spec,
----------------
clayborg wrote:
revert whitespace only change
https://github.com/llvm/llvm-project/pull/80767
More information about the lldb-commits
mailing list