2010-08-11 Tom Tromey <tromey@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Wed, 11 Aug 2010 20:54:12 +0000 (20:54 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Wed, 11 Aug 2010 20:54:12 +0000 (20:54 +0000)
commitca5c20b6d32018c05a1c20a099a71137b4b27a4d
tree482c9088571e90381ebc0739179e47c8e3c0f1f8
parent7346b668d73fe13b9b07b805379ff0e03d3aef5e
2010-08-11  Tom Tromey  <tromey@redhat.com>
            Phil Muldoon  <pmuldoon@redhat.com>

* python/python.c (gdbpy_run_events): New function.
(gdbpy_post_event): Likewise.
(gdbpy_initialize_events): Likewise.
(_initialize_python): Call gdbpy_initialize_events.

2010-08-11  Tom Tromey  <tromey@redhat.com>
            Phil Muldoon <pmuldoon@redhat.com>

* gdb.texinfo (Basic Python): Describe post_event API.

2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
tests.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python.exp