[Lldb-commits] [PATCH] D48520: [lldb-mi] Re-implement a few MI commands.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 25 10:18:25 PDT 2018
aprantl 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")
----------------
Is this combination of --exec-next and --frame tested anywhere in the new tests?
https://reviews.llvm.org/D48520
More information about the lldb-commits
mailing list