From: Yao Qi Date: Mon, 15 Dec 2014 08:29:21 +0000 (+0800) Subject: Move NEWS entries to the right section X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fda9068191372d8282648986055493be17feff0;p=binutils-gdb.git Move NEWS entries to the right section gdb: 2014-12-16 Yao Qi * NEWS: Move some entries to "Changes since GDB 7.8" section. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95669d3588e..f3dc30c726e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-12-16 Yao Qi + + * NEWS: Move some entries to "Changes since GDB 7.8" section. + 2014-12-16 Yao Qi * linux-tdep.c (linux_infcall_mmap): Replace ARG_MAX with diff --git a/gdb/NEWS b/gdb/NEWS index a6789bd5245..639c50d20b5 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. @@ -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])