diff options
author | Kevin Pouget <kpouget@sourceware.org> | 2011-10-07 07:51:20 +0000 |
---|---|---|
committer | Kevin Pouget <kpouget@sourceware.org> | 2011-10-07 07:51:20 +0000 |
commit | bd054e06e3733e2041a16ccae8be707c0e91868f (patch) | |
tree | 5e8631abd42b9741450493c1fc4cfa11b7843ee1 /gdb/doc/ChangeLog | |
parent | 20c168b5194d56e3f0f6a19db5905737463eadeb (diff) | |
download | gdb-bd054e06e3733e2041a16ccae8be707c0e91868f.zip gdb-bd054e06e3733e2041a16ccae8be707c0e91868f.tar.gz gdb-bd054e06e3733e2041a16ccae8be707c0e91868f.tar.bz2 |
Fix ChangeLog messup (Allow Python notification of new object-file loadings.)
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 60aa0e6..a6f8c81 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 |