aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2011-10-24 11:49:26 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2011-10-24 11:49:26 +0000
commitbaacfb07fc3a80335e355edc10a7a82a5d1cae17 (patch)
tree7e89354e03ee7be05b0ab4961a3a4cab76db290a /gdb
parent8432bc4103216c10c1a2f18aaf445a61f6c4195e (diff)
downloadbinutils-baacfb07fc3a80335e355edc10a7a82a5d1cae17.zip
binutils-baacfb07fc3a80335e355edc10a7a82a5d1cae17.tar.gz
binutils-baacfb07fc3a80335e355edc10a7a82a5d1cae17.tar.bz2
2011-10-24 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Move set/show extended-prompt to "New Options". Expand description. Fix typos.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS14
2 files changed, 15 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cc266d4..c24224c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
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
* python/py-param.c (call_doc_function): Correctly deference on
diff --git a/gdb/NEWS b/gdb/NEWS
index 80c59f6..5cdb63e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,14 +24,12 @@
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