diff options
author | Andrew Gerrand <adg@golang.org> | 2012-03-20 13:50:05 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2012-03-20 13:50:05 +1100 |
commit | 2a5879d1e2f397d71097b27eda74c7867f48094a (patch) | |
tree | 2624bcf78a3df47a08cf0fb10eb978316a3a87ac /doc/debugging_with_gdb.html | |
parent | c58163c572bec64b5a7a658a2b658e6de412cd0c (diff) | |
download | go-git-2a5879d1e2f397d71097b27eda74c7867f48094a.tar.gz |
doc: replace mentions of 6g with gc or the go command
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5846070
Diffstat (limited to 'doc/debugging_with_gdb.html')
-rw-r--r-- | doc/debugging_with_gdb.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index 51b650b18c..84cc488db8 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -4,15 +4,15 @@ }--> <p><i> -This applies to the 6g toolchain. Gccgo has native gdb support. Besides this -overview you might want to consult the +This applies to the <code>gc</code> toolchain. Gccgo has native gdb support. +Besides this overview you might want to consult the <a href="http://sourceware.org/gdb/current/onlinedocs/gdb/">GDB manual</a>. </i></p> <h2 id="Introduction">Introduction</h2> <p> -When you compile and link your Go programs with the 6g/6l or 8g/8l toolchains +When you compile and link your Go programs with the <code>gc</code> toolchain on Linux, Mac OSX or FreeBSD, the resulting binaries contain DWARFv3 debugging information that recent versions (>7.1) of the GDB debugger can use to inspect a live process or a core dump. |