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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits