From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25911 invoked by alias); 16 May 2007 23:27:58 -0000 Received: (qmail 25894 invoked by uid 22791); 16 May 2007 23:27:54 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.180) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 May 2007 23:27:50 +0000 Received: by wa-out-1112.google.com with SMTP id k34so5298wah for ; Wed, 16 May 2007 16:27:47 -0700 (PDT) Received: by 10.114.254.1 with SMTP id b1mr2569937wai.1179358067654; Wed, 16 May 2007 16:27:47 -0700 (PDT) Received: by 10.114.107.13 with HTTP; Wed, 16 May 2007 16:27:47 -0700 (PDT) Message-ID: Date: Wed, 16 May 2007 23:27:00 -0000 From: s88 To: gdb@sourceware.org Subject: new simulator as a new gdb target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00064.txt.bz2 Hi all: I have made a new ARM v5T's simulator. I wanna binding this simulator with gdb and insight. So, the first step is to make my simulator work with gdb... I found in that $insight_home/src/sim/arm/wrapper.c play a role to communicate the simulator and gdb withoud TCP. It looks simple. Is it possible that I write a wrapper for my simulator? But I still have no idea that how to binding those things (especially for the gdb and my simulator). Any suggestion is welcome!! Thanx! Dave. -- System on Chip Design Lab. Dept. of Computer Science and Information Engineering, National Chung Cheng University E-mail : s88.tw@acm.org