2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
authorSiva Chandra Reddy <sivachandra@sourceware.org>
Tue, 26 Jun 2012 23:51:32 +0000 (23:51 +0000)
committerSiva Chandra Reddy <sivachandra@sourceware.org>
Tue, 26 Jun 2012 23:51:32 +0000 (23:51 +0000)
* gdb.texinfo (Symbol Tables In Python): Correct the description
of the 'pc' attribute of gdb.Symtab_and_line.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b0efb1dcecfff12108d76cc0f5e570025cfd0079..f0bbe3e71c64b6c2d83b2033fa23dbbac59faca6 100644 (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
index 3282b463952f17389ebd970a26aa59873181350d..80e1b9bc878292f77c919643e699ff723be875f9 100644 (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