public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-tromey-python-checker: reverse-20080717-branchpoint-9872-g64c15e3
@ 2011-10-27 15:36 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2011-10-27 15:36 UTC (permalink / raw)
  To: archer-commits

The branch, archer-tromey-python-checker has been created
        at  64c15e338a203c7c6a7ea2126f44f5c241a1c335 (commit)

- Log -----------------------------------------------------------------
commit 64c15e338a203c7c6a7ea2126f44f5c241a1c335
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Oct 27 09:02:25 2011 -0600

    add borrowed-ref attribute from the python checker
    patch from David Malcolm and then slightly massaged

commit 6d28893965093372fdafa64e6d8865996a49c21d
Author: Joern Rennecke <joern.rennecke@arc.com>
Date:   Thu Oct 27 14:27:16 2011 +0000

    bfd:
            * cpu-epiphany.c: Reinstate full list of Copyright years.
            * elf32-epiphany.c: Likewise.
    cpu:
            * epiphany.cpu, epiphany.opc: Likewise.
    gas:
            * config/tc-epiphany.c, config/tc-epiphany.h: Likewise.
            * doc/c-epiphany.texi: Likewise.
    include:
            * elf/epiphany.h: Likewise.

commit 2ac83145862aad11f7cb29415375b188cbb6ff30
Author: kpouget <kpouget>
Date:   Thu Oct 27 11:04:25 2011 +0000

    Move unwind reasons to an external .def file
    
    gdb/
    	* frame.c (frame_stop_reason_string): Rewrite using
    	unwind_stop_reasons.def.
    	* frame.h (enum unwind_stop_reason): Likewise.
    	* python/py-frame.c (gdbpy_initialize_frames): Likewise.
    	(gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
    	constants for bound-checking.
    	* unwind_stop_reasons.def: New file.
    	* stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
    	instead of a distinct value.
    
    doc/
    	* gdb.texinfo ((Frames In Python): Document
    	gdb.FRAME_UNWIND_FIRST_ERROR contant.

commit 57ff7a6e9ad86330f4717332eecdadbc0f0d4a89
Author: pmuldoon <pmuldoon>
Date:   Thu Oct 27 10:29:58 2011 +0000

    2011-10-27  Phil Muldoon  <pmuldoon@redhat.com>
    
            PR python/13331
    
    	* python/py-function.c (fnpy_call): Check 'args' is not NULL.
    	(convert_values_to_python): Return on Python tuple allocation
    	failure.  Return NULL on value conversion error.

commit ec81f46e92ee6e6968855160c80c981f3b62f62a
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Oct 27 09:45:24 2011 +0000

    	* config.sub: Import these changes from the config project:
    
    	2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
    	    Ben Elliston  <bje@gnu.org>
    
    	* config.sub (epiphany): New.
    
    	2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
    	    Ben Elliston  <bje@gnu.org>
    
            * config.sub (hexagon, hexagon-*): New.
    
    	2011-08-23  Roland McGrath  <mcgrathr@google.com>
    
    	* config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
    	64eb to be64.
    
    	2011-08-16  Roland McGrath  <mcgrathr@google.com>
    
    	* config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
    	(nacl): Grok as alias for 32el-unknown-nacl.

commit babf52b2dc571b5823c9985dde9015b9d011ce03
Author: pmuldoon <pmuldoon>
Date:   Thu Oct 27 09:14:26 2011 +0000

    2011-10-27  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* python/py-breakpoint.c (bppy_set_enabled): Use TRY_CATCH.
    	(bppy_set_task): Ditto.
    	(bppy_delete_breakpoint): Ditto.
    	* python/py-symbol.c (gdbpy_lookup_symbol): Ditto.
    	(gdbpy_lookup_global_symbol): Ditto.
    	* python/py-lazy-string.c (stpy_convert_to_value): Ditto.
    	* python/py-frame.c (frapy_is_valid): Ditto.
    	(frame_info_to_frame_object): Ditto.
    	* python/py-type.c (typy_lookup_type): Ditto.
    	(typy_getitem): Ditto.
    	(typy_has_key): Ditto.
    	(typy_richcompare): Use TRY_CATCH.  Do not return Py_NE on error.

commit 56d5b5bfc86667a76fe60d7c0ed45b5a10625f8c
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Thu Oct 27 00:00:02 2011 +0000

    *** empty log message ***

commit 511de10b042b8da8c3deb7d936a98cbb3fc2829e
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Wed Oct 26 23:00:04 2011 +0000

    daily update

commit 1bab2ded4e9c85e86afc5620a8c1f4794defddf3
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Wed Oct 26 21:23:54 2011 +0000

    Regenerate gdbarch.h
    
    Not sure why, but the version currently checked in as an extraneous
    trailing whitespace that showed up as a diff when I reran gdbarch.sh.
    
    gdb/ChangeLog:
    
            * gdbarch.h: Regenerate.

commit aa1bf17a721eb3226ce0075db2c526d21069c9b8
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Wed Oct 26 18:21:35 2011 +0000

    Fix 'sprintf' of potential NULL pointer in 'maint print arch'
    
    gdb/
            * gdbarch.sh (function_list): Use 'pstring' when printing
            'gcore_bfd_target'.
            * gdbarch.c: Regenerate.

commit 10e31bae2765fc43d7409a1c2f653d9fda7383f6
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Wed Oct 26 17:32:00 2011 +0000

    	* regcache.c (registers_changed_ptid): Invalidate thread architecture
    	and frame caches if PTID refers to all threads of a process.

commit 16e44718cde4e17b96ef306377e968c96cabe6b8
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Wed Oct 26 17:26:29 2011 +0000

    	* spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
    	to create_breakpoint.

commit 32ac4880de043593d6e29332915aeed57fbf824e
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Wed Oct 26 17:21:51 2011 +0000

    	* ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
    	(ppc_sysv_abi_push_dummy_call): Use it.
    	(do_ppc_sysv_return_value): Likewise.
    	(ppc64_sysv_abi_push_dummy_call): Likewise.
    	(ppc64_sysv_abi_return_value): Likewise.

commit 48f7c27059ad5622928cc5171a0c066eeeb7e435
Author: DJ Delorie <dj@delorie.com>
Date:   Wed Oct 26 15:56:36 2011 +0000

    merge from gcc

commit 92a0d039e18f8fb9f439cc48e536d8c350c83b52
Author: Paul Koning <pkoning@equallogic.com>
Date:   Wed Oct 26 15:10:37 2011 +0000

    * gdb.texinfo (gdb.types): Document new deepitems function.

commit a1c6b3519fefeac09678141eae85d8a62c97a257
Author: Paul Koning <pkoning@equallogic.com>
Date:   Wed Oct 26 15:10:10 2011 +0000

    * gdb.python/lib-types.cc (struct A): New structure.
            * gdb.python/lib-types.exp (deepitems): New tests.

commit 77859c8c94f5229233acdadc6ba45033a8d8ba3f
Author: Paul Koning <pkoning@equallogic.com>
Date:   Wed Oct 26 15:09:37 2011 +0000

    * python/lib/gdb/types.py (deepitems): New function.

commit 609d796c7e899267d1efc93c2a89356da519ca57
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Oct 26 14:45:59 2011 +0000

    	PR binutils/13348
    	* i386-dis.c (print_insn): Fix testing of array subscript.

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


hooks/post-receive
--
Repository for Project Archer.


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

only message in thread, other threads:[~2011-10-27 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-27 15:36 [SCM] archer-tromey-python-checker: reverse-20080717-branchpoint-9872-g64c15e3 tromey

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).