diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |