From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2745 invoked by alias); 5 Sep 2007 20:56:14 -0000 Received: (qmail 2736 invoked by uid 22791); 5 Sep 2007 20:56:12 -0000 X-Spam-Check-By: sourceware.org Received: from LLMAIL1.LL.MIT.EDU (HELO ll.mit.edu) (129.55.12.41) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Sep 2007 20:56:07 +0000 Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id l85KtvZP018005; Wed, 5 Sep 2007 16:55:57 -0400 (EDT) Received: from raisin.llan.ll.mit.edu( ), claiming to be "[155.34.70.97]" via SMTP by llpost, id smtpdAAAmfa4BH; Wed Sep 5 16:55:14 2007 Message-ID: <46DF17B6.9020907@ll.mit.edu> Date: Wed, 05 Sep 2007 20:56:00 -0000 From: "Robert S. Grimes" User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Keith Seitz 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> In-Reply-To: <46DF1505.4070107@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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/msg00050.txt.bz2 Keith Seitz wrote: >> # RTEMS Remote - NEW! >> set gdb_target(rtemsremotetcp,pretty-name) "RTEMS Remote/TCP" >> set gdb_target(rtemsremotetcp,defbaud) "TCP" >> set gdb_target(rtemsremotetcp,baud-rates) {} >> set gdb_target(rtemsremotetcp,cmd) "rtems-remote tcpX" >> set gdb_target(rtemsremotetcp,runlist) {1 1 0 1} >> set gdb_target(rtemsremotetcp,after_attaching) {} > > That looks correct. Thanks for the confirmation. > > Hmm... Odd... [BTW, it's tcl: just reinstall or copy the changed > targetselection.itb to the install directory.] Oh! > > The only thing I can think of off the top of my head (other than an > installation error) is TargetSelection::valid_target, which will > attempt to do the cli command "help target rtems-remote". > > Does this return something valid for your target? If it errors, your > target will not show up in the dialog. Yes, here is what I get from the console window: (gdb) help target rtems-remote rtems target; specify link: | : I also tried this, just in case: (gdb) help target rtems-remote tcpX rtems target; specify link: | : And of course, this works: (gdb) target rtems-remote 192.168.1.55:2159 at least with gdb only. Any other ideas? Thanks! -Bob > > Keith > >