aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-02-11 23:19:22 -0800
committerDoug Evans <xdje42@gmail.com>2014-02-11 23:19:22 -0800
commit6fb526eee4244d591705cf90016390f12949bcc2 (patch)
treedbf17e5a54dbebb85e299893fde343f7a1979e24 /gdb
parent149b30ffe4d328b38353c9236f4eb790f013558e (diff)
downloadgdb-6fb526eee4244d591705cf90016390f12949bcc2.zip
gdb-6fb526eee4244d591705cf90016390f12949bcc2.tar.gz
gdb-6fb526eee4244d591705cf90016390f12949bcc2.tar.bz2
Remove stray parantheses for deffn.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/guile.texi4
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 52fede4..a357122 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
+
+ * docs/guile.texi (Values From Inferior In Guile): Remove stray
+ parantheses for deffn.
+ (Disassembly In Guile): Ditto.
+
2014-02-10 Stan Shebs <stan@codesourcery.com>
Add Doxygen support.
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi
index efabea8..924f97a 100644
--- a/gdb/doc/guile.texi
+++ b/gdb/doc/guile.texi
@@ -886,7 +886,7 @@ The length must be a Scheme integer and not a @code{<gdb:value>} integer.
@end deffn
@c TODO: line length
-@deffn {Scheme Procedure} value->lazy-string value @r{[}#:encoding encoding@r{]} @r{[}#:length length@r{]})
+@deffn {Scheme Procedure} value->lazy-string value @r{[}#:encoding encoding@r{]} @r{[}#:length length@r{]}
If this @code{<gdb:value>} represents a string, then this method
converts @var{value} to a @code{<gdb:lazy-string} (@pxref{Lazy Strings
In Guile}). Otherwise, this method will throw an exception.
@@ -2854,7 +2854,7 @@ Furthermore, the disassembler can take a Guile port as input,
allowing one to disassemble from any source, and not just target memory.
@c TODO: line length
-@deffn {Scheme Procedure} arch-disassemble arch start-pc @r{[}#:port port@r{]} @r{[}#:offset offset@r{]} @r{[}#:size size@r{]} @r{[}#:count count@r{]})
+@deffn {Scheme Procedure} arch-disassemble arch start-pc @r{[}#:port port@r{]} @r{[}#:offset offset@r{]} @r{[}#:size size@r{]} @r{[}#:count count@r{]}
Return a list of disassembled instructions starting from the memory
address @var{start-pc}.