[Lldb-commits] [PATCH] D79659: [lldb/Commands] Add ability to run shell command on the host.

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 8 18:49:17 PDT 2020


mib created this revision.
mib added reviewers: JDevlieghere, teemperor.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.

This patch introduces the `shell` command in lldb. It allows the user to run
shell builtins and binaries on the host without putting lldb in the background.

rdar://62856024

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79659

Files:
  lldb/source/Commands/CMakeLists.txt
  lldb/source/Commands/CommandObjectShell.cpp
  lldb/source/Commands/CommandObjectShell.h
  lldb/source/Commands/Options.td
  lldb/source/Interpreter/CommandInterpreter.cpp
  lldb/test/API/commands/shell/TestShellCommand.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79659.262987.patch
Type: text/x-patch
Size: 10666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200509/37a5bfc4/attachment.bin>


More information about the lldb-commits mailing list