diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2011-08-17 10:41:22 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2011-08-17 10:41:22 +0000 |
commit | fa3a4f150f6a0ef28e0e56093d17f459244fe22f (patch) | |
tree | 2609517c3590ad8d1f1ff7a197ac0e890fcbafbc /gdb/NEWS | |
parent | 72b5104c843e1f9d7f1867339917e6e998772151 (diff) | |
download | gdb-fa3a4f150f6a0ef28e0e56093d17f459244fe22f.zip gdb-fa3a4f150f6a0ef28e0e56093d17f459244fe22f.tar.gz gdb-fa3a4f150f6a0ef28e0e56093d17f459244fe22f.tar.bz2 |
2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
Tom Tromey <tromey@redhat.com>
Matt Rice <ratmice@gmail.com>
* python/lib/gdb/prompt.py: New file.
* python/lib/gdb/command/prompt.py: New file.
* NEWS: Document set extended-prompt and gdb.prompt library
2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
* gdb.texinfo (Prompt): Add set/show extended-prompt
documentation
(Basic Python): Add prompt_hook anchor.
(Python modules): Reword module text to reflect multiple modules.
(gdb.prompt): Document gdb.prompt module.
2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/python.exp: Add extended-prompt tests.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -23,6 +23,14 @@ ** A prompt subsitution hook (prompt_hook) is now available to the Python API. + ** A new command set/show extended-prompt has been added. + + ** A new Python module, gdb.prompt has been added to the GDB Python + modules library. This module provides functionality for + escape sequentions in prompts (used by set/show + extended-prompt). These escape sequences are replaced by their + corresponding value. + ** Python commands and convenience-functions located in 'data-directory'/python/gdb/command and 'data-directory'/python/gdb/function are now automatically loaded |