[Lldb-commits] [PATCH] D46588: [LLDB][lldb-mi] Add possibility to set breakpoints without selecting a target.

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 10 14:25:24 PDT 2018


aprantl added inline comments.


================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py:157
+        self.runCmd("-break-insert main")
+        # FIXME function name is unknown on Darwin, fullname should be ??, line is -1
+        self.expect(
----------------
since this comes form the dummy target, I suppose this doesn't matter?


Repository:
  rL LLVM

https://reviews.llvm.org/D46588





More information about the lldb-commits mailing list