public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* gdb and binutils branch master updated. bc79de95db1005e1cefc18729eca9e9d5f771c91
@ 2013-11-11 19:50 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2013-11-11 19:50 UTC (permalink / raw)
  To: src-cvs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  bc79de95db1005e1cefc18729eca9e9d5f771c91 (commit)
      from  67dc82bc511e35ef134952014b4deb2fdcf10676 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bc79de95db1005e1cefc18729eca9e9d5f771c91

commit bc79de95db1005e1cefc18729eca9e9d5f771c91
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Mon Nov 11 19:49:45 2013 +0000

    2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
    
    	PR python/15629
    	* NEWS: Add linetable feature.
    	* Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
    	* python/py-linetable.c: New file.
    	* python/py-symtab.c (stpy_get_linetable): New function.
    	* python/python-internal.h (symtab_to_linetable_object): Declare.
    	(gdbpy_initialize_linetable): Ditto.
    	* python/python.c (_initialize_python): Call
    	gdbpy_initialize_linetable.
    
    2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
    
     	* gdb.python/py-linetable.S: New file.
    	* gdb.python/py-linetable.c: New file.
     	* gdb.python/py-linetable.exp: New file.
    
    2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
    	(Line Tables In Python): New node.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog                             |   12 +
 gdb/Makefile.in                           |    6 +
 gdb/NEWS                                  |    1 +
 gdb/doc/ChangeLog                         |    5 +
 gdb/doc/gdb.texinfo                       |   84 ++++
 gdb/python/py-linetable.c                 |  622 +++++++++++++++++++++++++++++
 gdb/python/py-symtab.c                    |   17 +
 gdb/python/python-internal.h              |    4 +-
 gdb/python/python.c                       |    1 +
 gdb/testsuite/ChangeLog                   |    6 +
 gdb/testsuite/gdb.python/py-linetable.S   |  362 +++++++++++++++++
 gdb/testsuite/gdb.python/py-linetable.c   |   46 +++
 gdb/testsuite/gdb.python/py-linetable.exp |   76 ++++
 13 files changed, 1241 insertions(+), 1 deletions(-)
 create mode 100644 gdb/python/py-linetable.c
 create mode 100644 gdb/testsuite/gdb.python/py-linetable.S
 create mode 100644 gdb/testsuite/gdb.python/py-linetable.c
 create mode 100644 gdb/testsuite/gdb.python/py-linetable.exp


hooks/post-receive
-- 
gdb and binutils


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-11 19:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 19:50 gdb and binutils branch master updated. bc79de95db1005e1cefc18729eca9e9d5f771c91 pmuldoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).