[Lldb-commits] [PATCH] D100964: [lldb][WIP-ish] Add a assertPacketResponse utility to lldb-server tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 21 08:29:38 PDT 2021
labath added a comment.
Herald added a subscriber: JDevlieghere.
I was going to wait until this is fully functional, but since you're about to
write some lldb-server tests, I figured it's a good time to get some feedback.
The main part that's missing is the ability to wait for some output to be
produced. I'd like to replace that with something completely different as the
current mechanism relies on sleeps.
But if you find it useful in the current form, I could clean it up and check in pretty quickly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100964/new/
https://reviews.llvm.org/D100964
More information about the lldb-commits
mailing list