This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/12691] [exit event] No way to know which inferior exited


http://sourceware.org/bugzilla/show_bug.cgi?id=12691

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-10-04 08:04:18 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    kpouget@sourceware.org    2011-10-04 08:04:13

Modified files:
    gdb            : ChangeLog 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : py-event.h py-exitedevent.c py-inferior.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-events.c py-events.exp py-events.py 

Log message:
    2011-10-04  Kevin Pouget  <kevin.pouget@st.com>

    PR python/12691: Add the inferior to Python exited event
    * python/py-exitedevent.c (create_exited_event_object): Add inferior
    to exited_event.
    * python/py-event.h (emit_exited_event): Likewise
    * python/-inferior.c (python_inferior_exit): Likewise

    2011-10-04  Kevin Pouget  <kevin.pouget@st.com>

    PR python/12691: Add the inferior to Python exited event
    * gdb.python/py-events.exp: Test the inferior attribute of exited
    event with a fork.
    * gdb.python/py-events.py: Print inferior number on exit.
    * gdb.python/py-events.c: Fork the inferior.

    2011-10-04  Kevin Pouget  <kevin.pouget@st.com>

    PR python/12691: Add the inferior to Python exited event
    * gdb.texinfo (Events In Python): Describe exited inferior attribute.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13373&r2=1.13374
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1217&r2=1.1218
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.867&r2=1.868
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-event.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-exitedevent.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-inferior.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2871&r2=1.2872
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-events.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-events.exp.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-events.py.diff?cvsroot=src&r1=1.2&r2=1.3

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]