Skip to content

Commit 3a80c32

Browse files
committed
[zorg][lldb-statistics] Call LLDB_prepare on fetched debugserver
Otherwise the permissions get wiped from the debugserver and we fail to attach to any binary.
1 parent dc52b0e commit 3a80c32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zorg/jenkins/jobs/jobs/lldb-statistics

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ pipeline {
102102
VERSION=`ls $WORKSPACE/host-compiler/lib/clang/`
103103
"""
104104
}
105+
script {
106+
def LLDB = new org.swift.LLDB()
107+
LLDB.LLDB_prepare("host-compiler/bin/debugserver")
108+
}
105109
}
106110
}
107111
stage('Build (historic)') {

0 commit comments

Comments
 (0)