================
@@ -4,16 +4,16 @@
 
 target create -l "ls" /bin/ls
 target list
-# CHECK: * target #0 (ls): /bin/ls
+# CHECK: * target #0 (ls): [[LS_PATH:.*]]
----------------
DavidSpickett wrote:

Do I understand correctly here that the path `/bin/ls` is given to target 
create, that program is sent to the remote and this LS_PATH will be `<platform 
working dir>/ls`? So that's why the substitution is needed.

https://github.com/llvm/llvm-project/pull/95986
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to