Fix ChangeLog messup (Allow Python notification of new object-file loadings.)
This commit is contained in:
parent
20c168b519
commit
bd054e06e3
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user