summaryrefslogtreecommitdiff
path: root/doc/debugging_with_gdb.html
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-10-16 16:02:56 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-10-16 16:02:56 +0800
commit15aa3d20fd82ddb19972a862ad776af0b1cfe916 (patch)
tree3ae99f4744acc336822d7d1e76580221e353e0f8 /doc/debugging_with_gdb.html
parent0dad02e4268013918931dc878993c5bc80f1f4df (diff)
downloadgo-15aa3d20fd82ddb19972a862ad776af0b1cfe916.tar.gz
doc: NetBSD is fully supported now
R=adg, bsiegert CC=golang-dev http://codereview.appspot.com/6660047
Diffstat (limited to 'doc/debugging_with_gdb.html')
-rw-r--r--doc/debugging_with_gdb.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html
index 8be989132..4f1308adb 100644
--- a/doc/debugging_with_gdb.html
+++ b/doc/debugging_with_gdb.html
@@ -13,7 +13,7 @@ Besides this overview you might want to consult the
<p>
When you compile and link your Go programs with the <code>gc</code> toolchain
-on Linux, Mac OS X or FreeBSD, the resulting binaries contain DWARFv3
+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
use to inspect a live process or a core dump.
</p>