diff options
author | Yao Qi <yao@codesourcery.com> | 2014-12-15 16:29:21 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-12-16 13:21:49 +0800 |
commit | 8fda9068191372d8282648986055493be17feff0 (patch) | |
tree | b4ae2d28194d65d31b1b5c61fd9969a3f958cb9c /gdb/NEWS | |
parent | 2a54636794b71f8248dff12cd7608829ee068571 (diff) | |
download | gdb-8fda9068191372d8282648986055493be17feff0.zip gdb-8fda9068191372d8282648986055493be17feff0.tar.gz gdb-8fda9068191372d8282648986055493be17feff0.tar.bz2 |
Move NEWS entries to the right section
gdb:
2014-12-16 Yao Qi <yao@codesourcery.com>
* NEWS: Move some entries to "Changes since GDB 7.8" section.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,16 +1,6 @@ What has changed in GDB? (Organized release by release) -* Python Scripting - - New events which are triggered when GDB modifies the state of the - inferior. - - ** gdb.events.inferior_call_pre: Function call is about to be made. - ** gdb.events.inferior_call_post: Function call has just been made. - ** gdb.events.memory_changed: A memory location has been altered. - ** gdb.events.register_changed: A register has been altered. - *** Changes since GDB 7.8 * GDB now supports hardware watchpoints on x86 GNU Hurd. @@ -30,6 +20,14 @@ ** You can now add attributes to gdb.Objfile and gdb.Progspace objects. ** New function gdb.lookup_objfile. + New events which are triggered when GDB modifies the state of the + inferior. + + ** gdb.events.inferior_call_pre: Function call is about to be made. + ** gdb.events.inferior_call_post: Function call has just been made. + ** gdb.events.memory_changed: A memory location has been altered. + ** gdb.events.register_changed: A register has been altered. + * New Python-based convenience functions: ** $_caller_is(name [, number_of_frames]) |