diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2011-03-14 21:45:21 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2011-03-14 21:45:21 +0000 |
commit | 350c6c651963f38bbc01be73bd190957052f1ca4 (patch) | |
tree | 746843b22f9c6317560cc6b926d204a3b16f46c2 /gdb/NEWS | |
parent | 348af9f72ce02cab863c5579ea458a9a13e1df21 (diff) | |
download | gdb-350c6c651963f38bbc01be73bd190957052f1ca4.zip gdb-350c6c651963f38bbc01be73bd190957052f1ca4.tar.gz gdb-350c6c651963f38bbc01be73bd190957052f1ca4.tar.bz2 |
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Add Python breakpoint 'stop' operation.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |