aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@sourceware.org>2012-06-26 23:51:32 +0000
committerSiva Chandra Reddy <sivachandra@sourceware.org>2012-06-26 23:51:32 +0000
commit3c15d56597d7cf83bffc4e98ad7bca6e5d7ffe4e (patch)
tree1e620bc1c2f190ab9117af9f1d635e9faaa33858
parent09262596f2875b116b23be436aa8728214e039cf (diff)
downloadgdb-3c15d56597d7cf83bffc4e98ad7bca6e5d7ffe4e.zip
gdb-3c15d56597d7cf83bffc4e98ad7bca6e5d7ffe4e.tar.gz
gdb-3c15d56597d7cf83bffc4e98ad7bca6e5d7ffe4e.tar.bz2
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.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index b0efb1d..f0bbe3e 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 3282b46..80e1b9b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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