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 | |
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.)
-rw-r--r-- | gdb/ChangeLog | 14 | ||||
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9f82f0d..0d06fdd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -19,20 +19,6 @@ gdbpy_initialize_new_objfile_event call. * NEWS: Add item for new Python event "gdb.newobjfile" -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-07 Kevin Pouget <kevin.pouget@st.com> - - Allow Python notification of new object-file loadings. - * gdb.python/py-events.exp: Test newobjfile event. - * gdb.python/py-events.py: Register newobjfile callback. - * gdb.python/py-events.c: Add call to shared library - * gdb.python/py-events-shlib.c: New file. - 2011-10-05 Tristan Gingold <gingold@adacore.com> * ada-tasks.c (read_atcb): Make ravenscar_task_name static. 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 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2f70415..78599ad 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2011-10-07 Kevin Pouget <kevin.pouget@st.com> + + Allow Python notification of new object-file loadings. + * gdb.python/py-events.exp: Test newobjfile event. + * gdb.python/py-events.py: Register newobjfile callback. + * gdb.python/py-events.c: Add call to shared library + * gdb.python/py-events-shlib.c: New file. + 2011-10-06 Joseph Myers <joseph@codesourcery.com> * gdb.base/fixsection.exp: Do not include directories in filename |