diff options
author | Doug Evans <dje@google.com> | 2014-12-02 11:12:49 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-12-02 11:12:49 -0800 |
commit | 71dd4b30a741cf8a23e8a49f6a4294759f76be33 (patch) | |
tree | 0d3df55be8a1c69eb9e302648f9315cda3489788 /gdb/NEWS | |
parent | dc6c87175b672f00e72997c0ff9dcf984e305285 (diff) | |
download | gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.zip gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.gz gdb-71dd4b30a741cf8a23e8a49f6a4294759f76be33.tar.bz2 |
revert previous patch so that I can re-commit with correct author
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 10 |
1 files changed, 0 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. |