apolyakov added a comment.
It seems reasonable, I'll look at this.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52139
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
aprantl added a comment.
It looks like it would be easy to forget to add -gdb-exit to every test.
Wouldn't it be better to have the lldb-mi automatically produce a -gdb-exit
command when it reads EOF from stdin?
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52139
_
apolyakov created this revision.
apolyakov added reviewers: tatyana-krasnukha, aprantl.
Herald added subscribers: abidh, ki.stfu.
The test suite might hang on some platforms if an lldb-mi
test fails. Adding of -gdb-exit command to a test prevents
it from hanging and hence increase test suite relia