From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1867 invoked by alias); 6 May 2010 10:33:37 -0000 Received: (qmail 1856 invoked by uid 22791); 6 May 2010 10:33:36 -0000 X-SWARE-Spam-Status: No, hits=2.4 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-qy0-f187.google.com (HELO mail-qy0-f187.google.com) (209.85.221.187) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 May 2010 10:33:32 +0000 Received: by qyk17 with SMTP id 17so492595qyk.12 for ; Thu, 06 May 2010 03:33:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.246.82 with SMTP id lx18mr4983044qcb.80.1273142010819; Thu, 06 May 2010 03:33:30 -0700 (PDT) Received: by 10.229.236.208 with HTTP; Thu, 6 May 2010 03:33:30 -0700 (PDT) Date: Thu, 06 May 2010 10:33:00 -0000 Message-ID: Subject: how to port insight to a new target From: vincent chen To: insight@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-q2/txt/msg00014.txt.bz2 Hi, I'd like to port insight to the chip which developed by our company ourself. I have ported GDB by adding a new target in sim,and the gdb appears to run properly on simulator. Now I'd like to know how I can port insight? I've no idea about which start by,it's better to show me the approach on porting insight, or any link to the detailed document. Many thanks