This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [python][patch] Add temporary breakpoint features to Python breakpoints.
- From: Tom Tromey <tromey at redhat dot com>
- To: Phil Muldoon <pmuldoon at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 10 Oct 2013 13:49:53 -0600
- Subject: Re: [python][patch] Add temporary breakpoint features to Python breakpoints.
- Authentication-results: sourceware.org; auth=none
- References: <522D9D57 dot 5030309 at redhat dot com> <87r4cxj0i3 dot fsf at fleche dot redhat dot com> <52396DC3 dot 4090104 at redhat dot com>
Phil> * python/py-breakpoint.c (bppy_get_temporary): New function.
Phil> (bppy_init): New keyword: temporary. Parse it and set breakpoint
Phil> to temporary if True.
It occurs to me that this could use a NEWS entry.
Tom