aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2011-07-21 15:58:52 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2011-07-21 15:58:52 +0000
commit3a7bf607dafb0fb44581e94f47d4eecc26881ed1 (patch)
treec120ba4b8a8d8fffa145045bc8a1955e376ab2c5 /gdb
parent9b158ba08eb1ad14dc2324b8391263b228fa928a (diff)
downloadgdb-3a7bf607dafb0fb44581e94f47d4eecc26881ed1.zip
gdb-3a7bf607dafb0fb44581e94f47d4eecc26881ed1.tar.gz
gdb-3a7bf607dafb0fb44581e94f47d4eecc26881ed1.tar.bz2
2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Document Python prompt substitution hook.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS13
2 files changed, 13 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 120328a..a1cb4ba 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
diff --git a/gdb/NEWS b/gdb/NEWS
index 22d5a9c..8d15cec 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.