mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Document Python prompt substitution hook.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Document Python prompt substitution hook.
|
||||||
|
|
||||||
2011-07-18 Matt Rice <ratmice@gmail.com>
|
2011-07-18 Matt Rice <ratmice@gmail.com>
|
||||||
|
|
||||||
PR macros/12999
|
PR macros/12999
|
||||||
|
7
gdb/NEWS
7
gdb/NEWS
@ -3,11 +3,16 @@
|
|||||||
|
|
||||||
*** Changes since GDB 7.3
|
*** Changes since GDB 7.3
|
||||||
|
|
||||||
* The "maint set python print-stack on|off" command has been
|
* Python scripting
|
||||||
|
|
||||||
|
** The "maint set python print-stack on|off" command has been
|
||||||
deprecated, and a new command: "set python print-stack on|off" has
|
deprecated, and a new command: "set python print-stack on|off" has
|
||||||
replaced it. Additionally, the default for "print-stack" is now
|
replaced it. Additionally, the default for "print-stack" is now
|
||||||
"off".
|
"off".
|
||||||
|
|
||||||
|
** A prompt subsitution hook (prompt_hook) is now available to the
|
||||||
|
Python API.
|
||||||
|
|
||||||
* libthread-db-search-path now supports two special values: $sdir and $pdir.
|
* libthread-db-search-path now supports two special values: $sdir and $pdir.
|
||||||
$sdir specifies the default system locations of shared libraries.
|
$sdir specifies the default system locations of shared libraries.
|
||||||
$pdir specifies the directory where the libpthread used by the application
|
$pdir specifies the directory where the libpthread used by the application
|
||||||
|
Reference in New Issue
Block a user