Skip to content

Commit

Permalink
doc: update DWARF version
Browse files Browse the repository at this point in the history
Change-Id: I0d02e5e44053f02fee3d84c782995ea4ce209a80
Reviewed-on: https://go-review.googlesource.com/62070
Reviewed-by: Heschi Kreinick <[email protected]>
  • Loading branch information
hyangah committed Sep 6, 2017
1 parent 13772ed commit 0202aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/debugging_with_gdb.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h2 id="Introduction">Introduction</h2>

<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>

Expand Down

0 comments on commit 0202aa8

Please sign in to comment.