[Lldb-commits] [lldb] r280652 - Add default_packet_timeout key to the new TestGdbRemoteHostInfo test

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 5 17:42:53 PDT 2016


Thanks, Pavel!

I grepped around the code for all the keys used, but looks like I missed
that one.  Thanks for addressing.

-Todd

On Mon, Sep 5, 2016 at 1:34 AM, Pavel Labath via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> Author: labath
> Date: Mon Sep  5 03:34:56 2016
> New Revision: 280652
>
> URL: http://llvm.org/viewvc/llvm-project?rev=280652&view=rev
> Log:
> Add default_packet_timeout key to the new TestGdbRemoteHostInfo test
>
> android targets use this key, so the test should recognize it.
>
> Modified:
>     lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/
> TestGdbRemoteHostInfo.py
>
> Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-
> server/host-info/TestGdbRemoteHostInfo.py
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/
> Python/lldbsuite/test/tools/lldb-server/host-info/
> TestGdbRemoteHostInfo.py?rev=280652&r1=280651&r2=280652&view=diff
> ============================================================
> ==================
> --- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py
> (original)
> +++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py
> Mon Sep  5 03:34:56 2016
> @@ -26,7 +26,8 @@ class TestGdbRemoteHostInfo(GdbRemoteTes
>          "ptrsize",
>          "triple",
>          "vendor",
> -        "watchpoint_exceptions_received"
> +        "watchpoint_exceptions_received",
> +        "default_packet_timeout",
>      ])
>
>      DARWIN_REQUIRED_HOST_INFO_KEYS = set([
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>



-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160905/82ce35aa/attachment.html>


More information about the lldb-commits mailing list