[Lldb-commits] [PATCH] D109101: [lldb] Add an option to specify a VFS overlay
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 7 15:05:47 PDT 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/source/API/SBDebugger.cpp:878
// call the target triple version.
- error = m_opaque_sp->GetTargetList().CreateTarget(*m_opaque_sp, filename,
- arch_cstr, eLoadDependentsYes, nullptr, target_sp);
+ error = m_opaque_sp->GetTargetList().CreateTarget(
+ *m_opaque_sp, filename, arch_cstr, eLoadDependentsYes, nullptr,
----------------
These two are just reformatting, right? I can't see any actual difference.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109101/new/
https://reviews.llvm.org/D109101
More information about the lldb-commits
mailing list