]> Cypherpunks.ru repositories - gostls13.git/commit
misc/ios: dump logs for failing lldb sessions to stdout
authorElias Naur <elias.naur@gmail.com>
Tue, 7 Nov 2017 12:04:22 +0000 (13:04 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Dec 2017 17:48:58 +0000 (17:48 +0000)
commit03c93eaa0ba19a57ae348ea3f3ff91a1be2ef7fb
treed3e907bf7b7a90150a9e852b4ed94c56607dd359
parent1b9f66330b123b042e738eff5e47e869dd301a98
misc/ios: dump logs for failing lldb sessions to stdout

The iOS test harness dumps the output of its lldb session to stdout,
but only if the lldb session was successfully started.
Make sure the log is always dumpede, so that lldb startup failures
such as

lldb setup error: exited (lldb start: exit status 253)

can be diagnosed.

For the iOS builders.

Change-Id: Ie0e3341dd8f84a88d26509c34816668d3ebbfaa0
Reviewed-on: https://go-review.googlesource.com/76195
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
misc/ios/go_darwin_arm_exec.go