From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30841 invoked by alias); 23 Jun 2010 17:46:32 -0000 Received: (qmail 30832 invoked by uid 22791); 23 Jun 2010 17:46:30 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,TW_NX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jun 2010 17:46:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 61F1B2BACAE for ; Wed, 23 Jun 2010 13:46:24 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZJ3iiY++vGxt for ; Wed, 23 Jun 2010 13:46:24 -0400 (EDT) Received: from kwai.gnat.com (kwai.gnat.com [205.232.38.4]) by rock.gnat.com (Postfix) with ESMTP id 467BC2BACA8 for ; Wed, 23 Jun 2010 13:46:24 -0400 (EDT) Received: by kwai.gnat.com (Postfix, from userid 4233) id 42980919EB; Wed, 23 Jun 2010 13:46:24 -0400 (EDT) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Add support for ppc-lynxos to GDBserver Date: Wed, 23 Jun 2010 17:46:00 -0000 Message-Id: <1277315177-17869-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00508.txt.bz2 Hello, As discussed on IRC, I am submitting these series of patches that brings support for powerpc-lynxos to GDBserver. As mentioned in the last patch, this is single-process all-stop support only. This entire patch series was tested as a whole using a ppc-lynxos cross GDB hosted on sparc-solaris 2.8. I ran AdaCore's testsuite, which is capable of running testcases with gdbserver running on a different machine than then host. -- Joel