From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10485 invoked by alias); 6 Mar 2003 10:36:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10478 invoked from network); 6 Mar 2003 10:36:33 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by 172.16.49.205 with SMTP; 6 Mar 2003 10:36:33 -0000 Received: by fw-cam.cambridge.arm.com; id KAA10873; Thu, 6 Mar 2003 10:36:31 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma010407; Thu, 6 Mar 03 10:35:57 GMT Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id KAA00463; Thu, 6 Mar 2003 10:35:56 GMT Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id h26AZun05189; Thu, 6 Mar 2003 10:35:56 GMT Message-Id: <200303061035.h26AZun05189@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: "liu lijuan" cc: gdb@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. Subject: Re: command line interface In-reply-to: Your message of "Thu, 06 Mar 2003 06:34:01 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Thu, 06 Mar 2003 10:36:00 -0000 From: Richard Earnshaw X-SW-Source: 2003-03/txt/msg00116.txt.bz2 >=20 > Does the communication between gdb and compiled-in target simulator=20 > follow any rules? for example,there is "remote debug interface " between= =20 > gdb and ARMulator,and "remote serial protocol"between gdb and remote=20 > target. > the compiled-in simulator receive the command from gdb command line=20 > interface and=20 > return the info to gdb.how to deal with the procedure?Is there any=20 > protocol? GDB doesn't use the RDI to communicate with the built-in ARMulator. It=20 uses it's own protocol (remote-sim) which has been incorporated into the=20 ARMulator. R.