[Lldb-commits] [PATCH] D22902: Fix -break-insert not working when using absolute paths
Marc-Andre Laperle via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 28 16:46:19 PDT 2016
malaperle added a comment.
BTW, I had trouble running the lldb-mi tests. There seems to be a bug in dotest.py.
lldbMiExec = lldbtest_config.lldbExec + "-mi"
I used 'python dotest.py --executable /path/to/llvm/build/bin/lldb
This failed for me because lldb is a symlink to lldb-4.0.0 and lldb-4.0.0-mi doesn't exist. I'm not sure if there either a way to not make it resolve the symlink or if the script should be changed.
https://reviews.llvm.org/D22902
More information about the lldb-commits
mailing list