OSDN Git Service

2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
authorpmuldoon <pmuldoon>
Wed, 11 Aug 2010 21:48:21 +0000 (21:48 +0000)
committerpmuldoon <pmuldoon>
Wed, 11 Aug 2010 21:48:21 +0000 (21:48 +0000)
commitfd9d91f09e73614a24a751080ee3d53399094895
treed4c17377a4da42869e45467fcc1f7b2735eb78d9
parent617f57f7175bcc3f3e01a4dc060e36152fb7b6a8
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