[Lldb-commits] [PATCH] D110033: [lldb] [gdb-remote] Always send PID when detaching w/ multiprocess

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 20 04:19:24 PDT 2021


mgorny marked an inline comment as done.
mgorny added inline comments.


================
Comment at: lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py:384
+            def qSupported(self, client_supported):
+                assert "multiprocess+" in client_supported
+                return "multiprocess+;" + super().qSupported(client_supported)
----------------
labath wrote:
> Whether this fires depends on how python was run. Better use regular asserts. You could pass in the test case to MyResponder constructor, or stash client_supported in a member variable for later checks, or ...
Sure, makes sense.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110033/new/

https://reviews.llvm.org/D110033



More information about the lldb-commits mailing list