[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 29 03:20:45 PST 2020
augusto2112 added a comment.
Hi guys.
I recently ran into an issue where I couldn't use --waitfor on Linux. I found out that there's a patch that adds the functionality which was only missing a test (https://reviews.llvm.org/D47879), so I decided to pick up from where it left.
@labath I added a test based on TestGdbRemoteAttach, as you suggested in the lldb-dev thread, however I couldn't get it working yet. Currently it fails on line 46 (context = self.expect_gdbremote_sequence) with a "Conenction reset by peer" exception. I'm pretty new to this part of LLDB, so I'm not sure on how to get this properly working. Could you give me some pointers?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93895/new/
https://reviews.llvm.org/D93895
More information about the lldb-commits
mailing list