<br /><br /><span>On 11/09/19 12:41 PM, <b class="name">Jan Kratochvil </b> <jan.kratochvil@redhat.com> wrote:</span><blockquote cite="mid:20191109204104.GA18844@host1.jankratochvil.net" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimetype-text-plain">On Sat, 09 Nov 2019 03:25:51 +0100, Jason Molenda via lldb-commits wrote:<br />> I'm switching the default for at least the weekend via 60ab30ebce833c87bd4776f67cd9a82fe162ef9c / <a href="https://reviews.llvm.org/rG60ab30ebce83" target="l">https://reviews.llvm.org/rG60ab30ebce83</a> so the bots aren't failing because of this, we can all look into this next week.  I think the best solution is to get lldb to fall back to p/P if g/G are not supported (which we need to talk to some targets), and disable debugserver's g/G packet support until I can debug where the bug is over there.<br />> <br />> I'm still concerned about some of the macos CI bots which use the installed debugservers, which will continue to have this g/G bug for a while, we'll figure all that out next week.<br /><br />Linux Fedora 30 x86_64:<br />d162e02cee74a3dbbfb1317fa9749f5e18610282<br /><br />  File "/home/jkratoch/redhat/llvm-monorepo/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py", line 93, in test<br />    self.assertEqual(rax, 0xffffffe03c778278)<br />AssertionError: 0 != 18446743937285063288L</div></blockquote><div><br /></div><div><br /></div><div>Hi Jan, thanks for letting me know.  Would it be possible to run the test case with tracing enabled?  On my mac I use the lldb-dotest command, like</div><div><br /></div><div>./lldb-dotest -t -v -p TestNoGPacketSupported.py</div><div><br /></div><div>I wrote the test case so it will print all of the packets when trace mode is enabled, I can probably tell what's going on from that.</div><div><br /></div><div><br /></div><div>I'm surprised there's a difference of behavior here, maybe I made a mistake when I changed the default Friday evening.  This is lldb talking to a fake gdb RSP stub replaying packets - it shouldn't matter if lldb itself is running on a mac or on a linux system, unless I'm forgetting something.</div><div><br /></div><div>Thanks!</div>