]> Cypherpunks repositories - gostls13.git/commit
runtime: increase GDB version testing requirement to 10 from 7.7
authorThan McIntosh <thanm@golang.org>
Wed, 12 Mar 2025 01:33:25 +0000 (21:33 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 12 Mar 2025 03:07:53 +0000 (20:07 -0700)
commit8d767ff38df003e9cd85e4bba9a026ba1b70e80e
tree12bbdfd4eebd126ea4490c580570ea67f789e8b9
parentc032b042190dcc37963b025c75e938f3ffa587d0
runtime: increase GDB version testing requirement to 10 from 7.7

Bump the required version of GDB up to 10 from 7.7 in the runtime GDB
tests, so as to ensure that we have something that can handle DWARF 5
when running tests. In theory there is some DWARF 5 support on the
version 9 release branch, but we get "Dwarf Error: DW_FORM_addrx"
errors for some archs on builders where GDB 9.2 is installed.

Updates #26379.

Change-Id: I1b7b45f8e4dd1fafccf22f2dda0124458ecf7cba
Reviewed-on: https://go-review.googlesource.com/c/go/+/656836
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/runtime-gdb_test.go