[Lldb-commits] [PATCH] D119131: [lldb] List platform plugin *instances* in "platform list"
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 8 21:27:52 PST 2022
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/source/Commands/CommandObjectPlatform.cpp:243
+ OS << " ";
+ llvm::ListSeparator LS;
+ for (const PlatformSP &platform_sp : info.second.instances) {
----------------
TIL
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119131/new/
https://reviews.llvm.org/D119131
More information about the lldb-commits
mailing list