[Lldb-commits] [PATCH] D32340: [LLDB][MIPS] Fix TestMiExec.py failure

Ilia K via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 04:34:25 PDT 2017


ki.stfu 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")
 
----------------
I mistyped there should be -exec-next,, and why you are not checking that it has stopped at the right line (as I suggested)?


Repository:
  rL LLVM

https://reviews.llvm.org/D32340





More information about the lldb-commits mailing list