[PATCH] D46588: [LLDB][lldb-mi] Add possibility to set breakpoints without selecting a target.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 23 17:16:33 PDT 2018
aprantl added inline comments.
================
Comment at: lit/lit.cfg:61
+lldb_mi = lit.util.which('lldb-mi', lldb_tools_dir)
+
----------------
aprantl wrote:
> 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.`
>
Can you see if you can figure out what's going on? Perhaps we need to rename it to lldbmi without the underscore?
Repository:
rL LLVM
https://reviews.llvm.org/D46588
More information about the llvm-commits
mailing list