2012-06-26 Siva Chandra Reddy <sivachandra@google.com>

* gdb.texinfo (Symbol Tables In Python): Correct the description
	of the 'pc' attribute of gdb.Symtab_and_line.
This commit is contained in:
Siva Chandra Reddy 2012-06-26 23:51:32 +00:00
parent 09262596f2
commit 3c15d56597
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
* gdb.texinfo (Symbol Tables In Python): Correct the description
of the 'pc' attribute of gdb.Symtab_and_line.
2012-06-26 Doug Evans <dje@google.com>
* gdb.texinfo (Debugging Output): Document debug options dwarf2-read

View File

@ -25272,8 +25272,8 @@ This attribute is not writable.
@end defvar
@defvar Symtab_and_line.pc
Indicates the current program counter address. This attribute is not
writable.
Indicates the start of the address range occupied by code for the
current source line. This attribute is not writable.
@end defvar
@defvar Symtab_and_line.line