summaryrefslogtreecommitdiff
path: root/doc/debugging_with_gdb.html
Commit message (Collapse)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-25/+25
| | | | | | | | | | | | | | | | | | | This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/134570043
* doc/debugging_with_gdb.html: add introductory disclaimerRob Pike2014-04-261-0/+17
| | | | | | | | | | | | The instructions in this document are useful but not reliable. Explain the situation up top. Fixes issue 7471. LGTM=josharian, iant R=golang-codereviews, josharian, iant CC=golang-codereviews https://codereview.appspot.com/96830045
* doc/debugging_with_gdb: use -w to strip debug info.Shenghou Ma2014-04-161-2/+2
| | | | | | | | | | Don't advertise -s anymore. Fixes issue 7793. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://codereview.appspot.com/88030045
* doc: correct some minor HTML errors found by tidyRob Pike2013-02-281-1/+1
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7439046
* doc: NetBSD is fully supported nowShenghou Ma2012-10-161-1/+1
| | | | | | R=adg, bsiegert CC=golang-dev http://codereview.appspot.com/6660047
* doc/debugging_with_gdb: fix minor typo (space before comma)Robert Hencke2012-10-071-2/+1
| | | | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6610061 Committer: Rob Pike <r@golang.org>
* doc/debugging_with_gdb: mention how to disable gc optimizationShenghou Ma2012-07-031-0/+8
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6353055
* doc: move gdb doc back to /doc/ and de-emphasize on references pageAndrew Gerrand2012-03-271-1/+1
| | | | | | | | Fixes issue 3399. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5919044
* doc/debugging_with_gdb: format & content updateShenghou Ma2012-03-211-38/+39
| | | | | | R=adg, lvd CC=golang-dev http://codereview.appspot.com/5845065
* doc: replace mentions of 6g with gc or the go commandAndrew Gerrand2012-03-201-3/+3
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5846070
* doc: various typos, remove apostrophes from ordinalsJeremy Jackins2012-03-191-1/+1
| | | | | | | | R=golang-dev, r, r CC=golang-dev http://codereview.appspot.com/5845059 Committer: Rob Pike <r@golang.org>
* doc: add command docs page, canonicalize reference pathsAndrew Gerrand2012-03-051-1/+2
| | | | | | R=golang-dev, kyle, r CC=golang-dev http://codereview.appspot.com/5728055
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-1/+3
| | | | | | | | | | | | | | | | | This allows HTML pages to specify arbitrary data in a header: <!--{ "Title": "The page title", ... }--> replacing the old style comments: <!-- title The page title --> R=gri, rsc, r, bradfitz, dsymonds CC=golang-dev http://codereview.appspot.com/5532093
* all: rename os.Error to error in various non-code contextsRuss Cox2011-11-011-2/+2
| | | | | | R=adg CC=golang-dev http://codereview.appspot.com/5328062
* documentation: Debugging Go code with GDB tutorial.Luuk van Dijk2011-10-051-0/+479
R=adg, cw, lvd CC=golang-dev http://codereview.appspot.com/5168046 Committer: Andrew Gerrand <adg@golang.org>