]> Cypherpunks repositories - gostls13.git/commit
runtime: fix lldb test after DWARF compression
authorHeschi Kreinick <heschi@google.com>
Mon, 18 Jun 2018 20:29:16 +0000 (16:29 -0400)
committerHeschi Kreinick <heschi@google.com>
Mon, 18 Jun 2018 23:20:57 +0000 (23:20 +0000)
commitc99300229de4e69220790c71da14785dc52c3d68
tree4a50116ba67c64a7913e274e7e757fa44b609a9b
parent17a4e0475da1237168c4c14dd18af4ebe0d4b3d1
runtime: fix lldb test after DWARF compression

Most (all?) released versions of lldb don't support compressed DWARF.
For now, skip the test if lldb can't find where to put the breakpoint.

This is the best I could think of -- there is no explicit error that I
can find that indicates it couldn't load the DWARF.

Fixes #25925.

Change-Id: Ib8fa486a04940cee5959ba7aab7bdbbaa3b2974e
Reviewed-on: https://go-review.googlesource.com/119535
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/runtime-lldb_test.go