[Lldb-commits] [PATCH] D14765: Support unix-abstract-connect scheme as platform url in lldb testsuite

Ying Chen via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 17 19:34:14 PST 2015


chying marked 2 inline comments as done.

================
Comment at: packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py:69
@@ -66,1 +68,3 @@
+            scheme, host = re.match(url_pattern, lldb.platform_url).groups()
+            if lldb.remote_platform_name == 'remote-android' and host != 'localhost':
                 self.stub_device = host
----------------
As discussed offline, add check for remote platform is android as well.


http://reviews.llvm.org/D14765





More information about the lldb-commits mailing list