From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22377 invoked by alias); 5 Sep 2007 19:39:02 -0000 Received: (qmail 22368 invoked by uid 22791); 5 Sep 2007 19:39:02 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Sep 2007 19:38:57 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l85JcmBr007602; Wed, 5 Sep 2007 15:38:48 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l85Jcma9020184; Wed, 5 Sep 2007 15:38:48 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l85Jckbd006038; Wed, 5 Sep 2007 15:38:47 -0400 Message-ID: <46DF05C6.7060409@redhat.com> Date: Wed, 05 Sep 2007 19:39:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: "Robert S. Grimes" CC: insight@sourceware.org Subject: Re: Adding new target type References: <46DF045C.2080806@ll.mit.edu> In-Reply-To: <46DF045C.2080806@ll.mit.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00047.txt.bz2 Robert S. Grimes wrote: > target rtems-remote 192.168.1.55:2159 > This should be pretty easy. You're essentially trying to do just what gdb's built-in Remote/TCP target does. Take a look at this target in the target database in gdb/gdbtk/library/targetselection.itb. Keith