[Lldb-commits] [PATCH] D90872: [TargetList] Simplify dummy target creation
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 5 14:33:08 PST 2020
JDevlieghere added inline comments.
================
Comment at: lldb/source/Core/Debugger.cpp:692
+ m_dummy_target_sp.reset(
+ new Target(*this, arch, default_platform_sp, is_dummy_target));
+ }
----------------
Should we move all this into `Target` and have a private static `TargetSP GetDummyTarget()`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90872/new/
https://reviews.llvm.org/D90872
More information about the lldb-commits
mailing list