diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2013-11-07 12:04:45 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2013-11-07 12:04:45 +0000 |
commit | f76c27b5bdd446964d9920464b2f761ae7a4f62a (patch) | |
tree | c0cd5e6ac770344136b01613ddd756710393a27a /gdb/NEWS | |
parent | d52cd232cb3a7a9f6e6857110d9119c1675d2d32 (diff) | |
download | gdb-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ * Python scripting ** Frame filters and frame decorators have been added. + ** Temporary breakpoints are now supported. * New targets |