This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[doc] [patch] Document Python prompt substitution in NEWS.


This patch documents in NEWS the Python prompt substitution hook.

OK?

Cheers,

Phil

--

 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>

	* NEWS: Document Python prompt substitution hook.



===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.442
diff -u -r1.442 NEWS
--- NEWS	11 Jul 2011 13:07:36 -0000	1.442
+++ NEWS	21 Jul 2011 11:12:38 -0000
@@ -3,10 +3,15 @@
 
 *** Changes since GDB 7.3
 
-* The "maint set python print-stack on|off" command has been
-  deprecated, and a new command: "set python print-stack on|off" has
-  replaced it.  Additionally, the default for "print-stack" is now
-  "off".
+* Python scripting
+
+  ** The "maint set python print-stack on|off" command has been
+     deprecated, and a new command: "set python print-stack on|off" has
+     replaced it.  Additionally, the default for "print-stack" is now
+     "off".
+   
+  ** A prompt subsitution hook (prompt_hook) is now available to the
+     Python API.
 
 * libthread-db-search-path now supports two special values: $sdir and $pdir.
   $sdir specifies the default system locations of shared libraries.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]