From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26367 invoked by alias); 7 Jan 2003 23:22:52 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 26352 invoked from network); 7 Jan 2003 23:22:51 -0000 Received: from unknown (HELO mail.s.netic.de) (212.9.160.11) by 209.249.29.67 with SMTP; 7 Jan 2003 23:22:51 -0000 Received: from isdn110.s.netic.de ([212.9.162.110] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.10) id 18W2z9-000Gn5-00 for insight@sources.redhat.com; Wed, 08 Jan 2003 00:18:15 +0100 Received: from schleim (localhost [127.0.0.1]) by schleim.qwe.de (Postfix) with ESMTP id 2C3FDB4E for ; Tue, 7 Jan 2003 23:47:50 +0100 (CET) Content-Type: text/plain; charset="us-ascii" From: Torsten Mohr To: insight Subject: arm-unknown-elf-insight: always says it stopped at =?iso-8859-15?q?0x1002=DF48?= Date: Tue, 07 Jan 2003 23:22:00 -0000 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301072347.49800.tmohr@s.netic.de> X-SW-Source: 2003-q1/txt/msg00005.txt.bz2 Hi, at the moment i write a server that talks to an ARM7 via JTAG over the parallel port andunderstands GDB remote protocol. I'm not experienced in gdb handling itself. I can download a test program i wrote, it works ok, i can stop program execution with the Stop-Button. I then receive a "\x03" in my server, stop the core and answer with "S0". I then receive a "g" and answer with (inserted some breaks, it is just ONE SINGLE line): 07000000 08000000 09000000 0a000000 0b000000 0c000000 0d000000 0e000000 0f000000 10000000 11000000 10000000 14000000 04000000 a8030202 34010202 And that exactly reflects what is shown in the registers window, except that it is changed from little endian format (as it is specified). Now i'd think insight should tell me that it stopped at address 0x02020134, but it ALWAYS tells me that it stopped at 0x01002048, also when i start and stop at a different address. I can't understand this from what i see in the logs, as every IN and OUT is logged. Has anybody got an idea what could be wrong? Best regards, Torsten.