jankratochvil added a comment. In D63339#1546076 <https://reviews.llvm.org/D63339#1546076>, @labath wrote:
> It looks like lldb-mi has the `--source` option. Could that be used to set > this setting automatically via lit, as it is done with `%lldb` ? The problem is it generates additional `^done` line echo 'settings set symbols.enable-external-lookup false' >/tmp/1j;lldb-mi --source /tmp/1j (gdb) settings set symbols.enable-external-lookup false ^done (gdb) which the scripts do not expect. They already expect such "unexpected" response from a commandline parameter the scripts pass themselves (`%t`): # RUN: %lldbmi %t < %s | FileCheck %s # Check that we have a valid target created via '%lldbmi %t'. # CHECK: ^done This would mean adding additional one `# CHECK: ^done` for the `settings set symbols.enable-external-lookup false` command which is not present in the script which I hope you agree is worse than adding both that command+its response as I did. Or did you mean it some different way? Thanks for the review. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63339/new/ https://reviews.llvm.org/D63339 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits