From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20715 invoked by alias); 5 Sep 2007 22:15:28 -0000 Received: (qmail 20707 invoked by uid 22791); 5 Sep 2007 22:15:27 -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 22:15:20 +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 l85MFF4E002025; Wed, 5 Sep 2007 18:15:15 -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 l85MFFjg021919; Wed, 5 Sep 2007 18:15:15 -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 l85MFExA019402; Wed, 5 Sep 2007 18:15:15 -0400 Message-ID: <46DF2A71.30905@redhat.com> Date: Wed, 05 Sep 2007 22:15: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> <46DF05C6.7060409@redhat.com> <46DF127A.4050905@ll.mit.edu> <46DF1505.4070107@redhat.com> <46DF17B6.9020907@ll.mit.edu> <46DF1A96.3010603@redhat.com> <46DF2397.5@ll.mit.edu> In-Reply-To: <46DF2397.5@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/msg00053.txt.bz2 Robert S. Grimes wrote: > > Not really following you exactly, but... it works! Here's what I put there: I think you followed me exactly... :-) > When I open the Target Selection dialog now, I see "RTEMS Remote/TCP", > and when I select that, it gets pre-filled with 192.168.1.69, port 2159, > just like I want it to! Of course, I'm not sure where those host:port > values came from, but I'm guessing its some cache action on the part of > gdb, as that's the last target I attempted to - is that right? Hmm. I don't know where that would have come from. Insight's target settings are pretty disjoint from gdb's... Nonetheless, Insight should remember these numbers for you after you enter them the first time. > Note from the above that I was also trying to get the serial setup to > work, but that presented one oddity - when I selected the serial RTEMS > target, the Baud value started out with "TCP" instead of 38400 - odd. Yeah, that is odd. As long as you have the two database targets "rtems-remote" and "rtems-remotetcp", you should be fine. Just cut-n-paste the entries for Remote Serial/TCP. > But don't worry, I don't want to use the serial port anyway, and even if > I did, I could live with that. Okay -- cool! Happy hacking, Keith