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:
1be79b1
)
gdb/doc: reword description of DisassembleInfo.read_memory
author
Andrew Burgess
<aburgess@redhat.com>
Mon, 24 Oct 2022 17:04:42 +0000
(18:04 +0100)
committer
Andrew Burgess
<aburgess@redhat.com>
Mon, 24 Oct 2022 17:04:42 +0000
(18:04 +0100)
While reading the documentation of DisassembleInfo.read_memory I
spotted the word 'available' in one sentence where it didn't make
sense.
gdb/doc/python.texi
patch
|
blob
|
history
diff --git
a/gdb/doc/python.texi
b/gdb/doc/python.texi
index f73b9a43a868df0a314d2056f9df1bca4ed08a82..e7adeacffd188ad4d96fb5651f780346df1b629c 100644
(file)
--- a/
gdb/doc/python.texi
+++ b/
gdb/doc/python.texi
@@
-6812,7
+6812,7
@@
bytes it has available, in this case @code{builtin_disassemble} will
not itself raise a @code{MemoryError}.
Any other exception type raised in @code{read_memory} will propagate
-back and be
available
re-raised by @code{builtin_disassemble}.
+back and be re-raised by @code{builtin_disassemble}.
@end defun
@end deftp