This is the mail archive of the gdb-patches@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]

Re: [python][patch] Add temporary breakpoint features to Python breakpoints.


On 10/10/13 20:49, Tom Tromey wrote:
> 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

Here you go.  OK?

Cheers,

Phil

2013-11-04  Phil Muldoon  <pmuldoon@redhat.com>

	* NEWS: Add note about temporary breakpoints in Python.

--

diff --git a/gdb/NEWS b/gdb/NEWS
index efeda68..d199e95 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -35,7 +35,8 @@
 * Python scripting
 
   ** Frame filters and frame decorators have been added.
-
+  ** Temporary breakpoints are now supported.
+  
 * New targets
 
 Nios II ELF                    nios2*-*-elf



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