aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-01-14 18:13:27 +0000
committerDoug Evans <dje@google.com>2012-01-14 18:13:27 +0000
commit4795f3986a59619b7afe6f63b2384849f2a8cd62 (patch)
tree6bae3d3f158acbaa4eb43f704822f9b29820cd4f /gdb
parent2af7517b11df55e8fe9a1ee0962f9e1f1f60836b (diff)
downloadgdb-4795f3986a59619b7afe6f63b2384849f2a8cd62.zip
gdb-4795f3986a59619b7afe6f63b2384849f2a8cd62.tar.gz
gdb-4795f3986a59619b7afe6f63b2384849f2a8cd62.tar.bz2
* NEWS: Update text for "maint set python print-stack".
It is deprecated in gdb 7.4 and deleted in 7.5.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS13
2 files changed, 14 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0aac2af..507ede4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-14 Doug Evans <dje@google.com>
+
+ * NEWS: Update text for "maint set python print-stack".
+ It is deprecated in gdb 7.4 and deleted in 7.5.
+
2012-01-13 Eli Zaretskii <eliz@gnu.org>
* gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
diff --git a/gdb/NEWS b/gdb/NEWS
index a9a7859..c5ceccc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 7.4
+* Python scripting
+
+ ** The "maint set python print-stack on|off" is now deleted.
+
* GDBserver now supports stdio connections.
E.g. (gdb) target remote | ssh myhost gdbserver - hello
@@ -37,10 +41,11 @@
existing one.
** The "maint set python print-stack on|off" command has been
- 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.
+ deprecated and will be deleted in GDB 7.5.
+ 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.