diff options
author | kpouget <kpouget> | 2011-10-07 07:51:19 +0000 |
---|---|---|
committer | kpouget <kpouget> | 2011-10-07 07:51:19 +0000 |
commit | eb1e964ccf0fd57e6d7bf9b31425e77aed460827 (patch) | |
tree | d1cff07eeb32e6be1b81cc8a302ad82c7362bc2e /gdb/doc | |
parent | ace9b925f76673309f808e47d8e02e79e08565d4 (diff) | |
download | gdb-eb1e964ccf0fd57e6d7bf9b31425e77aed460827.tar.gz |
Fix ChangeLog messup (Allow Python notification of new object-file loadings.)
Diffstat (limited to 'gdb/doc')
-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 60aa0e6b35e..a6f8c8187a6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-07 Kevin Pouget <kevin.pouget@st.com> + + Allow Python notification of new object-file loadings. + * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent' + event type. + 2011-10-04 Kevin Pouget <kevin.pouget@st.com> PR python/12691: Add the inferior to Python exited event |