]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update DWARF version
authorHana Kim <hakim@google.com>
Wed, 6 Sep 2017 20:17:11 +0000 (16:17 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Wed, 6 Sep 2017 20:26:48 +0000 (20:26 +0000)
Change-Id: I0d02e5e44053f02fee3d84c782995ea4ce209a80
Reviewed-on: https://go-review.googlesource.com/62070
Reviewed-by: Heschi Kreinick <heschi@google.com>
doc/debugging_with_gdb.html

index f0e65ea29126c0904086d338a7424b68b64b0897..e145d4cdf686c7ebe2193275d4b746854f71ad34 100644 (file)
@@ -31,8 +31,8 @@ In time, a more Go-centric debugging architecture may be required.
 
 <p>
 When you compile and link your Go programs with the <code>gc</code> toolchain
-on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv3
-debugging information that recent versions (&gt;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 (&gt;7.5) of the GDB debugger can
 use to inspect a live process or a core dump.
 </p>