[Lldb-commits] [PATCH] D48520: [lldb-mi] Re-implement a few MI commands.
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 25 10:34:25 PDT 2018
apolyakov added inline comments.
================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py:228
- # Test that --thread is optional
- self.runCmd("-exec-next-instruction --frame 0")
- self.expect("\^running")
----------------
aprantl wrote:
> Is this combination of --exec-next and --frame tested anywhere in the new tests?
No. `-exec-...` commands don't have the `--frame` option at all as I know.
https://reviews.llvm.org/D48520
More information about the lldb-commits
mailing list