labath added a comment.

echo `` is funny and creative, but I doubt it will work on windows. :) The way 
that other tests deal with that is they put the commands to run into a file, 
and then run

  %lldb -o 'settings set interpreter.stop-command-source-on-error false' -s 
commands

For the command file, we have several options on how to create it:

- a separate `Input/...` file
- create it in the test with a sequence of `echo` commands
- use the llvm split-file utility to create it automatically from a single file


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87173/new/

https://reviews.llvm.org/D87173

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

Reply via email to