[PATCH] Add '--channel' 'gdb-remote packets' 'lldb all' to dosep options for lldb cmake/android builder.
Ying Chen
chying at google.com
Thu May 14 11:43:01 PDT 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9725
Files:
zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
Index: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
@@ -273,7 +273,11 @@
'-C %s ' % compilerPath,
'-s lldb-test-traces-%s-%s ' % (compiler, arch),
'-u CXXFLAGS ',
- '-u CFLAGS'])
+ '-u CFLAGS ',
+ '--channel ',
+ '"gdb-remote packets" ',
+ '--channel ',
+ '"lldb all"'])
testname = "local"
if remote_platform is not None:
urlStr='connect://%(remote_host)s:%(remote_port)s'
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9725.25796.patch
Type: text/x-patch
Size: 888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150514/f0dcc294/attachment.bin>
More information about the llvm-commits
mailing list