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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to