mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Python breakpoint 'stop' operation.
This commit is contained in:
@ -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>
|
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
* NEWS: Delete duplicate entry. Fix typo.
|
* NEWS: Delete duplicate entry. Fix typo.
|
||||||
|
4
gdb/NEWS
4
gdb/NEWS
@ -38,6 +38,10 @@
|
|||||||
|
|
||||||
* Python scripting
|
* 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.
|
** New function gdb.lookup_global_symbol looks up a global symbol.
|
||||||
|
|
||||||
** GDB values in Python are now callable if the value represents a
|
** GDB values in Python are now callable if the value represents a
|
||||||
|
Reference in New Issue
Block a user