[lldb-dev] [Patch] Check support for 'p' packet
Greg Clayton
gclayton at apple.com
Wed Aug 28 12:55:06 PDT 2013
Yes, OK to submit after you modify:
GDBRemoteCommunicationClient::ResetDiscoverableSettings()
to reset the new m_supports_p the calculate enum in the above function.
Greg
On Aug 28, 2013, at 8:29 AM, Abid, Hafiz <Hafiz_Abid at mentor.com> wrote:
> Hi All,
> Continuing with my efforts to make lddb work with gdbserver, I observed that lldb was always using 'p' packet for registers while gdbserver does not support it. So I have added code to check for support of this packet. If this is not available then we use 'g' packet. Tested with gdbserver and it worked ok. Also connected it with a modified qemu stub to make sure that 'p' packet availability check works fine. Ok to commit?
>
> Regards,
> Abid
> <p_packet.patch>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list