diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2010-11-29 13:49:05 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2010-11-29 13:49:05 +0000 |
commit | 94b6973efeb6d14a07e90ef5013c506efec59320 (patch) | |
tree | 0bedfdef24028ed68cb86448e0441e3d0f965820 /gdb/doc/ChangeLog | |
parent | 950386c651f7a852fe7e1215d7481caf7f2c91d0 (diff) | |
download | gdb-94b6973efeb6d14a07e90ef5013c506efec59320.zip gdb-94b6973efeb6d14a07e90ef5013c506efec59320.tar.gz gdb-94b6973efeb6d14a07e90ef5013c506efec59320.tar.bz2 |
2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
PR python/12199
* python/py-breakpoint.c (bppy_delete_breakpoint): New function.
2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
PR python/12199
* gdb.python/py-breakpoint.exp: Test the delete method.
2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
PR python/12199
* gdb.texinfo (Breakpoints In Python): Document "delete" method.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index dd00d1a..df2449a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2010-11-29 Phil Muldoon <pmuldoon@redhat.com> + + PR python/12199 + + * gdb.texinfo (Breakpoints In Python): Document "delete" method. + 2010-11-23 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Top): Check SYSTEM_READLINE. |