[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
Wed May 23 17:14:38 PDT 2018


aprantl added inline comments.


================
Comment at: lit/lit.cfg:61
 
+lldb_mi = lit.util.which('lldb-mi', lldb_tools_dir)
+
----------------
It looks like "lldb-mi" may not be a valid substitution. On Darwin the command

`# RUN: %lldb_mi `

is expanded to

bin/lldb -S .../llvm/tools/lldb/lit/lit-lldb-init_mi < ...

So it behaves like `%lldb`+`_mi.`



Repository:
  rL LLVM

https://reviews.llvm.org/D46588





More information about the lldb-commits mailing list