[Lldb-commits] [PATCH] D108078: [lldb] Support gdbserver signals

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 9 23:37:49 PST 2021


labath accepted this revision.
labath added inline comments.


================
Comment at: lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py:486
+                         lldb.eStopReasonSignal)
+        # NB: this may need adjusting per current platform
+        self.assertEqual(process.threads[0].GetStopDescription(100),
----------------
I believe this will always use remote-linux (or something), as the platform is determined by the binary. And even in case it isn't , it would probably be better to hardcode the platform by using the appropriate CreateTarget overload


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

https://reviews.llvm.org/D108078



More information about the lldb-commits mailing list