aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-21 04:34:52 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-21 04:34:52 +0000
commit95433b348df0563b42a4b4287d569fcd92e4ff24 (patch)
treea93fbbd11a409f556d8109fa11cf48d205f6b955 /gdb/doc/ChangeLog
parent9ac9c2b6b0a2cc7c695880b35673fe6f9ccd2dc1 (diff)
downloadgdb-95433b348df0563b42a4b4287d569fcd92e4ff24.zip
gdb-95433b348df0563b42a4b4287d569fcd92e4ff24.tar.gz
gdb-95433b348df0563b42a4b4287d569fcd92e4ff24.tar.bz2
Improve doc on how to execute a Python script from GDB.
* gdb.texinfo (File Options): Adjust the documentation of this switch to refer to the "source" command rather than partially duplicating some of the relevant information. (Extending GDB): Introduce and document the set/show script-extension setting. (Command Files): Add note explaining that the "source" command is also used to evalute scripts written in other languages. Remove the short slightly incorrect reference to sourcing Python scripts. (Python Commands): Document how to execute a Python script from GDB.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 15d30a8..300ac23 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,16 @@
+2010-01-21 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.texinfo (File Options): Adjust the documentation of this
+ switch to refer to the "source" command rather than partially
+ duplicating some of the relevant information.
+ (Extending GDB): Introduce and document the set/show script-extension
+ setting.
+ (Command Files): Add note explaining that the "source" command
+ is also used to evalute scripts written in other languages.
+ Remove the short slightly incorrect reference to sourcing Python
+ scripts.
+ (Python Commands): Document how to execute a Python script from GDB.
+
2010-01-19 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Command Files): Fix typo.