[Lldb-commits] [PATCH] D32340: [LLDB][MIPS] Fix TestMiExec.py failure
Nitesh Jain via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 27 04:48:49 PDT 2017
nitesh.jain added inline comments.
================
Comment at: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py:329
+ # We need to get past these instructions with a step to reach call to s_MyFunction.
+ self.runCmd("-exec-step --thread 1")
----------------
ki.stfu wrote:
> I mistyped there should be -exec-next,, and why you are not checking that it has stopped at the right line (as I suggested)?
ohh. i just forgot to do that . I will update it
Repository:
rL LLVM
https://reviews.llvm.org/D32340
More information about the lldb-commits
mailing list