projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d221359
)
* gdb.texinfo (Go): Fix thinko.
author
Doug Evans
<dje@google.com>
Wed, 25 Apr 2012 16:13:17 +0000
(16:13 +0000)
committer
Doug Evans
<dje@google.com>
Wed, 25 Apr 2012 16:13:17 +0000
(16:13 +0000)
gdb/doc/ChangeLog
patch
|
blob
|
history
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/ChangeLog
b/gdb/doc/ChangeLog
index 0f41571887a62ef7511f1a685662cb30c97830e5..c8463834d0abd45513f6ae6b9b5d7efcb35d0e10 100644
(file)
--- 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 d4d2f60ef1c3e91ff6a59a202372dafb27549b00..6175b0e11cbd62b71a719e48c762f73ae5f7c186 100644
(file)
--- 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