mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-13 20:10:02 +08:00
gdb/doc: reword description of DisassembleInfo.read_memory
While reading the documentation of DisassembleInfo.read_memory I spotted the word 'available' in one sentence where it didn't make sense.
This commit is contained in:
@ -6812,7 +6812,7 @@ bytes it has available, in this case @code{builtin_disassemble} will
|
|||||||
not itself raise a @code{MemoryError}.
|
not itself raise a @code{MemoryError}.
|
||||||
|
|
||||||
Any other exception type raised in @code{read_memory} will propagate
|
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 defun
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user