2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Mon, 24 Oct 2011 11:49:26 +0000 (11:49 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Mon, 24 Oct 2011 11:49:26 +0000 (11:49 +0000)
* NEWS: Move set/show extended-prompt to "New Options". Expand
description. Fix typos.

gdb/ChangeLog
gdb/NEWS

index cc266d4d4071dadbcd6098ce965dad8606a39752..c24224c90a53c7c1b45c327282c192a7a4f3204f 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-24  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * NEWS: Move set/show extended-prompt to "New Options". Expand
+       description. Fix typos.
+
 2011-10-24  Phil Muldoon  <pmuldoon@redhat.com>
 
         PR python/13310
index 80c59f601bad622732eb1c8eb5830b9ed30d0cbf..5cdb63e58e2d8243154aaa2ec3fee8f86c014ec0 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
      replaced it.  Additionally, the default for "print-stack" is now
      "off".
    
-  ** A prompt subsitution hook (prompt_hook) is now available to the
+  ** A prompt substitution hook (prompt_hook) is now available to the
      Python API.
 
-  ** A new command set/show extended-prompt has been added.
-
   ** A new Python module, gdb.prompt has been added to the GDB Python
      modules library.  This module provides functionality for
-     escape sequentions in prompts (used by set/show
+     escape sequences in prompts (used by set/show
      extended-prompt).  These escape sequences are replaced by their
      corresponding value.
 
@@ -116,6 +114,14 @@ info auto-load-scripts [REGEXP]
 
 * New options
 
+set extended-prompt
+show extended-prompt
+  Set the GDB prompt, and allow escape sequences to be inserted to
+  display miscellaneous information (see 'help set extended-prompt'
+  for the list of sequences).  This prompt (and any information
+  accessed through the escape sequences) is updated every time the
+  prompt is displayed.
+
 set print entry-values (both|compact|default|if-needed|no|only|preferred)
 show print entry-values
   Set printing of frame argument values at function entry.  In some cases