2011-03-14 Phil Muldoon <pmuldoon@redhat.com>

* NEWS: Add Python breakpoint 'stop' operation.
This commit is contained in:
Phil Muldoon 2011-03-14 21:45:21 +00:00
parent 348af9f72c
commit 350c6c6519
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Python breakpoint 'stop' operation.
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Delete duplicate entry. Fix typo.

View File

@ -38,6 +38,10 @@
* Python scripting
** Breakpoints can now be sub-classed in Python, and in particular
you may implement a 'stop' function that is executed each time
the inferior reaches that breakpoint.
** New function gdb.lookup_global_symbol looks up a global symbol.
** GDB values in Python are now callable if the value represents a