]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Wed, 11 Aug 2010 12:48:24 +0000 (12:48 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Wed, 11 Aug 2010 12:48:24 +0000 (12:48 +0000)
commitcb2e07a6f002d0b1b6e7339b0475e674955c03ef
tree165397cdd9807e469cb55c615aeaf72bb51af933
parentbd69efceb48c29b8ca1f1c845fd9e8032a1fb778
2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
            Thiago Jung Bauermann  <bauerman@br.ibm.com>
    Tom Tromey  <tromey@redhat.com>

* python/python.c (gdbpy_solib_address):  New function.
(gdbpy_decode_line): Likewise.

2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.texinfo (Basic Python): Describe solib_address and
          decode_line Python APIs

2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>

* gdb.python/python.c: New File.
* gdb.python/python-sl.c: New File.
* gdb.python/python.exp: Test solib_address and decode_line
* functions.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python-sl.c [new file with mode: 0644]
gdb/testsuite/gdb.python/python.c [new file with mode: 0644]
gdb/testsuite/gdb.python/python.exp