From: Hana Kim Date: Wed, 6 Sep 2017 20:17:11 +0000 (-0400) Subject: doc: update DWARF version X-Git-Tag: go1.10beta1~1204 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0202aa8ec79bf700732812624eedcec3e6e300ad;p=gostls13.git doc: update DWARF version Change-Id: I0d02e5e44053f02fee3d84c782995ea4ce209a80 Reviewed-on: https://go-review.googlesource.com/62070 Reviewed-by: Heschi Kreinick --- diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index f0e65ea291..e145d4cdf6 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -31,8 +31,8 @@ In time, a more Go-centric debugging architecture may be required.

When you compile and link your Go programs with the gc toolchain -on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv3 -debugging information that recent versions (>7.1) of the GDB debugger can +on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv4 +debugging information that recent versions (>7.5) of the GDB debugger can use to inspect a live process or a core dump.