[Lldb-commits] [PATCH] Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo.

Todd Fiala tfiala at google.com
Fri Sep 5 08:11:16 PDT 2014


This looks reasonable; however, I’d like to hear the Apple guys since I’m
not sure if there’s any case for their hardware where this line wouldn’t be
true:

                if (byte_order != eByteOrderInvalid)
                {
                    assert (byte_order == m_process_arch.GetByteOrder());
                }

-Todd
​


On Thu, Sep 4, 2014 at 3:38 PM, Stephane Sezer <sas at fb.com> wrote:

> This is useful for checking inconsistencies between what the remote debug
> server thinks we are debugging and we think we are debugging. This follows
> the check for pointer byte size done just above.
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140905/04aa0918/attachment.html>


More information about the lldb-commits mailing list