Commit 0202aa8e authored by Hana Kim's avatar Hana Kim Committed by Hyang-Ah Hana Kim

doc: update DWARF version

Change-Id: I0d02e5e44053f02fee3d84c782995ea4ce209a80
Reviewed-on: https://go-review.googlesource.com/62070Reviewed-by: default avatarHeschi Kreinick <heschi@google.com>
parent 13772edb
...@@ -31,8 +31,8 @@ In time, a more Go-centric debugging architecture may be required. ...@@ -31,8 +31,8 @@ In time, a more Go-centric debugging architecture may be required.
<p> <p>
When you compile and link your Go programs with the <code>gc</code> toolchain 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 on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv4
debugging information that recent versions (&gt;7.1) of the GDB debugger can debugging information that recent versions (&gt;7.5) of the GDB debugger can
use to inspect a live process or a core dump. use to inspect a live process or a core dump.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment