aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-12-02 11:12:49 -0800
committerDoug Evans <dje@google.com>2014-12-02 11:12:49 -0800
commit71dd4b30a741cf8a23e8a49f6a4294759f76be33 (patch)
tree0d3df55be8a1c69eb9e302648f9315cda3489788 /gdb/NEWS
parentdc6c87175b672f00e72997c0ff9dcf984e305285 (diff)
downloadgdb-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/NEWS10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7262502..d38266f 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.