diff options
author | pmuldoon <pmuldoon> | 2011-07-21 15:58:50 +0000 |
---|---|---|
committer | pmuldoon <pmuldoon> | 2011-07-21 15:58:50 +0000 |
commit | b722ec47091f14953af30fcb159aac1bfb50e87f (patch) | |
tree | 7f0d4c7742680129f6ae70dc6de9c845cb469b73 | |
parent | fdc07668d3f537cb1c77f96d1cb1c0ca5769a964 (diff) | |
download | gdb-b722ec47091f14953af30fcb159aac1bfb50e87f.tar.gz |
2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Document Python prompt substitution hook.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 120328a3500..a1cb4ba06a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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> PR macros/12999 @@ -3,10 +3,15 @@ *** Changes since GDB 7.3 -* 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". +* 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 + replaced it. Additionally, the default for "print-stack" is now + "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. $sdir specifies the default system locations of shared libraries. |