]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
authorSiva Chandra Reddy <sivachandra@sourceware.org>
Wed, 27 Jun 2012 00:21:21 +0000 (00:21 +0000)
committerSiva Chandra Reddy <sivachandra@sourceware.org>
Wed, 27 Jun 2012 00:21:21 +0000 (00:21 +0000)
commitee0bf529c3da511fd32d4a997bf958a6af28b582
tree9587312091dd0f122683506414693a5f8f0fafc8
parentf7ccda615a4867b2f0f7cc0e68ba773562984da6
2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>

        New attribute 'last' for gdb.Symtab_and_line.
        * NEWS (Python Scripting): Add entry about the new attribute.
        * python/py-symtab.c (salpy_get_last): New function which
        implements the get method for the 'last' attribute of
        gdb.Symtab_and_line.
        (sal_object_getset): Add entry for the 'last' attribute.

        doc/
        * gdb.texinfo (Symbol Tables In Python): Add description about
        the new 'last' attribute of gdb.Symtab_and line.

        testsuite/
        * gdb.python/py-symtab.exp: Add tests to test the new attribute
        'last' of gdb.Symtab_and_line.
        * gdb.python/py-symbol.c: Move break point comment to enable
        testing of gdb.Symtab_and_line.last.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/py-symtab.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-symbol.c
gdb/testsuite/gdb.python/py-symtab.exp