[Lldb-commits] [PATCH] D55858: noexternal 1/2: refactor testsuite spawnLldbMi args->exe+args

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 19 00:13:10 PST 2018


labath added inline comments.


================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/lldbmi_testcase.py:53
+        if exe:
+            self.runCmd("-file-exec-and-symbols \"%s\"" % exe)
 
----------------
Shouldn't you also expect the `^done` response here or something similar?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55858/new/

https://reviews.llvm.org/D55858





More information about the lldb-commits mailing list