diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-05 19:36:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-11-05 19:36:38 +0000 |
commit | dc93922978c615b56cbaed06ac893b93dd94bebb (patch) | |
tree | a388396e81eaabde6b77fa791b8572f334e55a86 /gdb/doc/ChangeLog | |
parent | 68c9da300bc7b0d1245111a0e29471f721fa490d (diff) | |
download | gdb-dc93922978c615b56cbaed06ac893b93dd94bebb.zip gdb-dc93922978c615b56cbaed06ac893b93dd94bebb.tar.gz gdb-dc93922978c615b56cbaed06ac893b93dd94bebb.tar.bz2 |
PR python/14802:
* gdb.texinfo (Functions In Python): Add example.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a717c5a..50e9c8c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-11-05 Tom Tromey <tromey@redhat.com> + + PR python/14802: + * gdb.texinfo (Functions In Python): Add example. + 2012-11-03 Yao Qi <yao@codesourcery.com> * observer.texi (GDB Observers): Remove observer |