mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* NEWS: Update text for "maint set python print-stack".
It is deprecated in gdb 7.4 and deleted in 7.5.
This commit is contained in:
@ -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>
|
2012-01-13 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
|
* gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
|
||||||
|
13
gdb/NEWS
13
gdb/NEWS
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
*** Changes since GDB 7.4
|
*** Changes since GDB 7.4
|
||||||
|
|
||||||
|
* Python scripting
|
||||||
|
|
||||||
|
** The "maint set python print-stack on|off" is now deleted.
|
||||||
|
|
||||||
* GDBserver now supports stdio connections.
|
* GDBserver now supports stdio connections.
|
||||||
E.g. (gdb) target remote | ssh myhost gdbserver - hello
|
E.g. (gdb) target remote | ssh myhost gdbserver - hello
|
||||||
|
|
||||||
@ -37,10 +41,11 @@
|
|||||||
existing one.
|
existing one.
|
||||||
|
|
||||||
** The "maint set python print-stack on|off" command has been
|
** The "maint set python print-stack on|off" command has been
|
||||||
removed. A new command: "set python print-stack
|
deprecated and will be deleted in GDB 7.5.
|
||||||
none|full|message" has replaced it. Additionally, the default
|
A new command: "set python print-stack none|full|message" has
|
||||||
for "print-stack" is now "message", which just prints the error
|
replaced it. Additionally, the default for "print-stack" is
|
||||||
message without the stack trace.
|
now "message", which just prints the error message without
|
||||||
|
the stack trace.
|
||||||
|
|
||||||
** A prompt substitution hook (prompt_hook) is now available to the
|
** A prompt substitution hook (prompt_hook) is now available to the
|
||||||
Python API.
|
Python API.
|
||||||
|
Reference in New Issue
Block a user