aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-04-25 16:13:17 +0000
committerDoug Evans <dje@google.com>2012-04-25 16:13:17 +0000
commit50f042b9a109754f3184e5ddde3c3df11985a427 (patch)
tree66227f2fd48747cfc85a999470fe9288d3637303 /gdb
parentd221359340c55a32c7f584267c3c37e9df8f44b1 (diff)
downloadgdb-50f042b9a109754f3184e5ddde3c3df11985a427.zip
gdb-50f042b9a109754f3184e5ddde3c3df11985a427.tar.gz
gdb-50f042b9a109754f3184e5ddde3c3df11985a427.tar.bz2
* gdb.texinfo (Go): Fix thinko.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog2
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 0f41571..c846383 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,7 @@
2012-04-25 Doug Evans <dje@google.com>
+ * gdb.texinfo (Go): Fix thinko.
+
* gdb.texinfo (Supported Languages): Add Go.
(Go): New node.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index d4d2f60..6175b0e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -13101,13 +13101,13 @@ as a string.
@item Builtin Go functions
The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
function and handles it internally.
-@end table
@cindex restrictions on Go expressions
@item Restrictions on Go expressions
All Go operators are supported except @code{&^}.
The Go @code{_} ``blank identifier'' is not supported.
Automatic dereferencing of pointers is not supported.
+@end table
@node Objective-C
@subsection Objective-C