[Lldb-commits] [PATCH] D75696: Correctly detect iOS simulator processes.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 09:54:18 PST 2020
aprantl marked an inline comment as done.
aprantl added inline comments.
================
Comment at: lldb/test/API/functionalities/gdb_remote_client/TestWasm.py:35
- if packet == "qProcessInfo":
- return self.qProcessInfo()
if packet[0:13] == "qRegisterInfo":
----------------
jasonmolenda wrote:
> TestWasm.pys response to qProcessInfo is different than the default response you added to gdbclientutils.py; it should override the qProcessInfo method to call its own version.
Yes, but I added this line to MockGDBServerResponder.respond().
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75696/new/
https://reviews.llvm.org/D75696
More information about the lldb-commits
mailing list