[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 1 03:36:25 PST 2021
augusto2112 added a comment.
Hi @labath. I see! I changed it to `lldbgdbserverutils.gdbremote_hex_encode_string`. Looking at the logs, I found that the checksum I inserted was wrong, so I've corrected that as well (is there a way I can calculate the checksum on the test, instead of hard-coding it in the string?). Despite these changes, I still get the same error (`ConnectionResetError: [Errno 104] Connection reset by peer` on line 46).
I did test the `--waitfor` functionality on a program with an infinite loop, but could it be that the test executable is exiting too quickly?
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