[PATCH] Handle multiple breakpoint hits in Python interface

Kevin Pouget kevin.pouget@gmail.com
Thu Sep 1 08:52:00 GMT 2011


Sorry, I forgot to include the ChangeLog entry with the previous post,
here it is:

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

	Handle multiple breakpoint hits in Python interface:
	* gdb.texinfo (Events In Python): New function documentation:
	gdb.BreakpointEvent.breakpoints. Indicate that
	gdb.BreakpointEvent.breakpoint is now deprecated.

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

	Handle multiple breakpoint hits in Python interface:
	* python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
	variable to breakpoints.
	* python/py-stopevent.c (emit_stop_event): Return a Python tuple of
	bps instead of single breakpoint. Fix some space typos.
	* python/py-stopevent.c (create_breakpoint_event_object): Rename
	variable to breakpoints.

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

	Handle multiple breakpoint hits in Python interface:
	* gdb.python/py-events.exp: Set a duplicate breakpoint and check its
	presence.
	* gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
	breakpoint hits.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Handle-multiple-breakpoint-hits-in-Python-interface
Type: application/octet-stream
Size: 7472 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20110901/57c5b89e/attachment.obj>


More information about the Gdb-patches mailing list