[Lldb-commits] [PATCH] D79659: [lldb/Commands] Add ability to run shell command on the host.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 15 12:31:29 PDT 2020
JDevlieghere accepted this revision.
JDevlieghere added a comment.
LGTM
================
Comment at: lldb/source/Commands/CommandObjectPlatform.cpp:1590
+ void OptionParsingStarting(ExecutionContext *execution_context) override {
+ m_use_host_platform = false;
+ }
----------------
Should we reset the timeout too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79659/new/
https://reviews.llvm.org/D79659
More information about the lldb-commits
mailing list