diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-06-28 19:54:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-06-28 19:54:04 +0000 |
commit | 9279c692c1e31c527d29493a9d96ea19507ee01b (patch) | |
tree | c56d87beed6b63ec3eae352b166025c873edbdc9 /gdb/doc/ChangeLog | |
parent | d3f41bb17012c1c836b552009b71c428774ddeed (diff) | |
download | gdb-9279c692c1e31c527d29493a9d96ea19507ee01b.zip gdb-9279c692c1e31c527d29493a9d96ea19507ee01b.tar.gz gdb-9279c692c1e31c527d29493a9d96ea19507ee01b.tar.bz2 |
Document the GDB python directory.
2010-06-27 Joel Brobecker <brobecker@adacore.com>
* NEWS: Add entry announcing the python directory.
2010-06-27 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Python): Document what the python directory is
and what its location is.
(Basic Python): Document the gdb.PYTHONDIR constant.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 47aa02d..e2130b7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2010-06-28 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo (Python): Document what the python directory is + and what its location is. + (Basic Python): Document the gdb.PYTHONDIR constant. + 2010-06-25 Tom Tromey <tromey@redhat.com> PR python/10808: |