[Lldb-commits] [PATCH] D97739: Add a progress class that can track and report long running operations that happen in LLDB.
David Blaikie via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 22 18:42:09 PDT 2021
dblaikie added inline comments.
================
Comment at: lldb/source/API/SBDebugger.cpp:857
+ error = m_opaque_sp->GetTargetList().CreateTarget(
+ *m_opaque_sp, filename, arch, eLoadDependentsYes, platform_sp,
+ target_sp);
----------------
jingham wrote:
> clayborg wrote:
> > I submit with "arc diff" and it will cause lint errors if I don't allow it to fix the lint errors it finds.
> I'm 100% not in favor of tools that force irrelevant changes to be included. But that is a suggested tool so somebody must like that.
They aren't forced - you can submit with linter errors if they don't seem helpful.
Pre-committing format changes in standalone NFC commits would generally be preferable. & the linter shouldn't be flagging untouched lines - is it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97739/new/
https://reviews.llvm.org/D97739
More information about the lldb-commits
mailing list