aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2013-11-07 12:04:45 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2013-11-07 12:04:45 +0000
commitf76c27b5bdd446964d9920464b2f761ae7a4f62a (patch)
treec0cd5e6ac770344136b01613ddd756710393a27a /gdb/NEWS
parentd52cd232cb3a7a9f6e6857110d9119c1675d2d32 (diff)
downloadgdb-f76c27b5bdd446964d9920464b2f761ae7a4f62a.zip
gdb-f76c27b5bdd446964d9920464b2f761ae7a4f62a.tar.gz
gdb-f76c27b5bdd446964d9920464b2f761ae7a4f62a.tar.bz2
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
* python/py-breakpoint.c (bppy_get_temporary): New function. (bppy_init): New keyword: temporary. Parse it and set breakpoint to temporary if True. 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests. 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> * gdb.texinfo (Breakpoints In Python): Document temporary option in breakpoint constructor, and add documentation to the temporary attribute.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index efeda68..779cf30 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -35,6 +35,7 @@
* Python scripting
** Frame filters and frame decorators have been added.
+ ** Temporary breakpoints are now supported.
* New targets