]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/python/python.c
2011-09-15 Kevin Pouget <kevin.pouget@st.com>
authorKevin Pouget <kpouget@sourceware.org>
Thu, 15 Sep 2011 12:42:30 +0000 (12:42 +0000)
committerKevin Pouget <kpouget@sourceware.org>
Thu, 15 Sep 2011 12:42:30 +0000 (12:42 +0000)
commit2aa483373c8e7abf69bbc074a17bf708a1a5eaff
tree17786f6230cb15f662de16a68bb5f731d7e68ce0
parent6839b47f2b1cd56c90dc38da7bb612df7e052d90
2011-09-15  Kevin Pouget <kevin.pouget@st.com>

PR Python/12692 Add gdb.selected_inferior() to Python interface.
* python/py-inferior.c (GdbMethods): New Python method definition.

doc:
PR Python/12692 Add gdb.selected_inferior() to Python interface.
* gdb.texinfo (Inferiors In Python): Describe new
gdb.selected_inferior() function.

testsuite:
PR Python/12692 Add gdb.selected_inferior() to Python interface.
* gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/py-inferior.c
gdb/python/python-internal.h
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-inferior.exp