[Lldb-commits] [PATCH] D46588: [LLDB][lldb-mi] Add possibility to set breakpoints without selecting a target.
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 23 17:25:43 PDT 2018
polyakov.alex added inline comments.
================
Comment at: lit/lit.cfg:61
+lldb_mi = lit.util.which('lldb-mi', lldb_tools_dir)
+
----------------
aprantl wrote:
> 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?
On linux it's ok. I'll remove underscore and be appreciated if you check it on Darwin.
Repository:
rL LLVM
https://reviews.llvm.org/D46588
More information about the lldb-commits
mailing list