]> Cypherpunks repositories - gostls13.git/commit
doc/debugging_with_gdb: update -gcflags usage
authorHana Kim <hakim@google.com>
Thu, 14 Dec 2017 21:11:03 +0000 (16:11 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Fri, 15 Dec 2017 15:00:46 +0000 (15:00 +0000)
commitbfb8f2a765d6097c82b30ae2c19c99fa1082add3
tree43787476ad891f90f445a99be9ae7e8a77e5e344
parent9d5f8eaa8a4207bd89926eae40c6b0edf7bd4d11
doc/debugging_with_gdb: update -gcflags usage

After go1.10, compiler/linker option flags apply only to the packages
listed directly on the command line unless the matching pattern is
specified. For debugging, we want to apply the flags to all packages.

Change-Id: Ic69eee1491b1080fc140592f200c59a6e03d87ac
Reviewed-on: https://go-review.googlesource.com/84135
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/debugging_with_gdb.html