aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 02f73a5..43345a9 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -31,9 +31,10 @@
existing one.
** 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".
+ removed. A new command: "set python print-stack
+ none|full|message" has replaced it. Additionally, the default
+ for "print-stack" is now "message", which just prints the error
+ message without the stack trace.
** A prompt substitution hook (prompt_hook) is now available to the
Python API.