lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
162 stars 53 forks source link

Flags for commands to be run before target #80

Closed YakoYakoYokuYoku closed 2 years ago

YakoYakoYokuYoku commented 3 years ago

Before this PR there was no way to run a single command string from the CLI. This request adds the -c (short) and --command (long) flags that passes the given command string to the interpreter.

tkrasnukha commented 2 years ago

Hi, the workflow failed due to wrong formatting (https://github.com/lldb-tools/lldb-mi/pull/80/checks?check_run_id=3663999171).

tkrasnukha commented 2 years ago

It passed, thank you!