From: chainhelen
Date: Sun, 12 Apr 2020 08:38:21 +0000 (+0000)
Subject: doc/debugging_with_gdb: fix the link of delve
X-Git-Tag: go1.15beta1~582
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7242428509ba2d947ee2bed79f60bf0301720fef;p=gostls13.git
doc/debugging_with_gdb: fix the link of delve
The repository of delve has already switched from the personal
account github.com/derekparker/delve to the organization account
github.com/go-delve/delve. According to go-delve/delve#1456.
Change-Id: Ie64f72c2808a8aca5059a75e2c2f11d8691e66b3
GitHub-Last-Rev: f90120c3b33f2134a572a62aaf291aa2abe58749
GitHub-Pull-Request: golang/go#38387
Reviewed-on: https://go-review.googlesource.com/c/go/+/227999
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html
index 36ec0bdf37..e1fb292f06 100644
--- a/doc/debugging_with_gdb.html
+++ b/doc/debugging_with_gdb.html
@@ -18,13 +18,13 @@ Gccgo has native gdb support.
Note that
-Delve is a better
+Delve is a better
alternative to GDB when debugging Go programs built with the standard
toolchain. It understands the Go runtime, data structures, and
expressions better than GDB. Delve currently supports Linux, OSX,
and Windows on amd64
.
For the most up-to-date list of supported platforms, please see
-
+
the Delve documentation.