Update Python Block.end documentation

PR python/16033 points out that Block.end doesn't describe whether it
is inclusive or exclusive.  This patch fixes the documentation.

gdb/doc/ChangeLog
2018-09-10  Tom Tromey  <tom@tromey.com>

	PR python/16033:
	* python.texi (Blocks In Python): Document that Block.end is
	exclusive.
This commit is contained in:
Tom Tromey
2018-09-08 08:59:00 -06:00
parent 23c4651c06
commit 22eb9e92ea
2 changed files with 8 additions and 1 deletions

View File

@ -4455,7 +4455,8 @@ The start address of the block. This attribute is not writable.
@end defvar
@defvar Block.end
The end address of the block. This attribute is not writable.
One past the last address that appears in the block. This attribute
is not writable.
@end defvar
@defvar Block.function