polyakov.alex added a comment.

In https://reviews.llvm.org/D47679#1120039, @stella.stamenova wrote:

> You can actually follow the pattern in the other tests and do:
>
>   %cc -o %t %p/inputs/break-insert.c -g
>
> %t then becomes the name of the output file and you can use that in our other 
> commands. This is better than specifying a hardcoded name.


We can't use it here since lldb-mi reads `%s` file with input, then `%t` won't 
be changed to any path, so debugger will try to find executable with name `%t` 
and fail.


https://reviews.llvm.org/D47679



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to