]> Cypherpunks repositories - gostls13.git/commit
runtime: fix prettyprinting of parametric types in gdb
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Fri, 17 Sep 2021 11:48:39 +0000 (13:48 +0200)
committerDavid Chase <drchase@google.com>
Fri, 17 Sep 2021 15:07:28 +0000 (15:07 +0000)
commit6d02ce85840fb7a1a9239d02e02710a008b1657a
tree5be0488e32dd238e1ac01daa23235b1187c440d5
parent6602c86a38ff0d8889257e908489162de38ebbd8
runtime: fix prettyprinting of parametric types in gdb

golang.org/cl/344929 broke the minimal functionality that the python
pretty printer for GDB had, this change restores it to its status prior
to that CL.

Change-Id: I4c7141d4ff726d224a074ecc533d0f896fc0052c
Reviewed-on: https://go-review.googlesource.com/c/go/+/350529
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Trust: Than McIntosh <thanm@google.com>
src/runtime/runtime-gdb.py