> This actually does fix attaching to GDB servers that don't support > QStartNoAckMode and was the main reason for making this fix!
Ok. I'm trying to use lldb against QEMU's GDB server, and fail while trying the initial handshake. Debug log shows: (lldb) log enable gdb-remote packets (lldb) gdb-remote localhost:1234 < 1> send packet: + history[1] tid=0x18a33 < 1> send packet: + < 19> send packet: $QStartNoAckMode#b0 < 1> read packet: + < 4> read packet: $#00 < 1> send packet: + error: failed to get reply to handshake packet As far as I can tell the packet exchange looks like what I'd expect. _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
