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'