[Lldb-commits] [PATCH] D62931: [lldb-server] Add setting to force 'g' packet use

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 11 10:24:52 PST 2019


On Mon, 11 Nov 2019 17:34:45 +0100, Pavel Labath wrote:
> On 09/11/2019 21:41, Jan Kratochvil via lldb-commits wrote:
> > Linux Fedora 30 x86_64:
> > d162e02cee74a3dbbfb1317fa9749f5e18610282
> > 
> >    File "/home/jkratoch/redhat/llvm-monorepo/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py", line 93, in test
> >      self.assertEqual(rax, 0xffffffe03c778278)
> > AssertionError: 0 != 18446743937285063288L
> 
> This should be fixed with 135a493f3456.

Confirming I also see it fixed now.


Thanks,
Jan



More information about the lldb-commits mailing list