From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21231 invoked by alias); 5 Sep 2007 19:32:58 -0000 Received: (qmail 21220 invoked by uid 22791); 5 Sep 2007 19:32:57 -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 19:32:52 +0000 Received: (from smtp@localhost) by ll.mit.edu (8.12.10/8.8.8) id l85JWn0x002669 for ; Wed, 5 Sep 2007 15:32:49 -0400 (EDT) Received: from raisin.llan.ll.mit.edu( ), claiming to be "[155.34.70.97]" via SMTP by llpost, id smtpdAAA2Maqcf; Wed Sep 5 15:32:40 2007 Message-ID: <46DF045C.2080806@ll.mit.edu> Date: Wed, 05 Sep 2007 19:32:00 -0000 From: "Robert S. Grimes" User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: insight@sourceware.org Subject: Adding new target type 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/msg00046.txt.bz2 Hi, I'm trying to add a new target type to the Target Settings dialog. Specifically, I've patched the underlying gdb with a new target that is invoked like this from gdb: target rtems-remote 192.168.1.55:2159 Where, of course, the 192.168.1.55 is replaced with the actual ip address of the board to be debugged. However, Insight only as usual four choices. How do I add one? Seems like a real simple thing to do, but I don't have a clue - searching didn't come up with anything, but that could well be that I don't know how best to ask the question! Thanks! -Bob