[Lldb-commits] [PATCH] D64546: [lldb] Make TestDeletedExecutable more reliable

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 11 08:04:51 PDT 2019


labath added a comment.

In D64546#1580618 <https://reviews.llvm.org/D64546#1580618>, @friss wrote:

> This might mitigate the issue, but timeouts like this are bound to fail in some circumstances (machine load, ...). It's more work, but can we instead have the inferior produce an observable side effect (eg, print some output) and synchronize on this?


There's a `lldbutil.wait_for_file_on_target`, which was created exactly for this purpose.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D64546





More information about the lldb-commits mailing list