[Lldb-commits] [PATCH] D118055: [lldb] [gdb-remote] Support getting siginfo via API

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 25 04:19:24 PST 2022


labath added a comment.

Seems reasonable to me. Jim, do you have any thoughts on this?



================
Comment at: lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py:494
+
+    def test_siginfo_linux(self):
+        class MyResponder(MockGDBServerResponder):
----------------
I'd probably factor the out the common parts into a helper fn, as these two tests only differ in constants.


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

https://reviews.llvm.org/D118055



More information about the lldb-commits mailing list