2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Python breakpoint 'stop' operation.
This commit is contained in:
parent
348af9f72c
commit
350c6c6519
@ -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.
|
||||
|
4
gdb/NEWS
4
gdb/NEWS
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user