]> Cypherpunks repositories - gostls13.git/commit
doc: remove "known bug" about global variables in debug_info.
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Fri, 28 Sep 2018 14:01:45 +0000 (16:01 +0200)
committerThan McIntosh <thanm@google.com>
Fri, 28 Sep 2018 16:14:03 +0000 (16:14 +0000)
commiteac99c44667a748f8b00f38c5f44beb41e1b4503
tree1c3dc23de70b9ce01ab7fe8d4e31d66dabaf90e0
parent5aeecc4530657ab366122424b3ad78de83bc19ff
doc: remove "known bug" about global variables in debug_info.

This hasn't been true at least since 1.4. Until golang.org/cl/137235
they were lumped together into a random compile unit, now they are
assigned to the correct one.

Change-Id: Ib66539bd67af3e9daeecac8bf5f32c10e62e11b1
Reviewed-on: https://go-review.googlesource.com/138415
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: David Chase <drchase@google.com>
doc/debugging_with_gdb.html