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/data-directory | |
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/data-directory')
-rw-r--r-- | gdb/data-directory/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in index 11cf2e6..c04aea4 100644 --- a/gdb/data-directory/Makefile.in +++ b/gdb/data-directory/Makefile.in @@ -55,8 +55,10 @@ PYTHON_FILES = \ gdb/__init__.py \ gdb/types.py \ gdb/printing.py \ + gdb/prompt.py \ gdb/command/__init__.py \ - gdb/command/pretty_printers.py + gdb/command/pretty_printers.py \ + gdb/command/prompt.py FLAGS_TO_PASS = \ "prefix=$(prefix)" \ |