From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23774 invoked by alias); 27 May 2004 05:46:45 -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 23698 invoked from network); 27 May 2004 05:46:32 -0000 Received: from unknown (HELO mail2.ewetel.de) (212.6.122.116) by sourceware.org with SMTP; 27 May 2004 05:46:32 -0000 Received: from [192.168.17.148] ([212.6.93.210]) (authenticated as sven.rehfuss@ewetel with LOGIN) by mail2.ewetel.de (8.12.1/8.12.9) with ESMTP id i4R5kQWk004440 for ; Thu, 27 May 2004 07:46:27 +0200 (MEST) Subject: RAM cannot set breakpoint From: Sven Rehfuss To: gdb@sources.redhat.com Content-Type: text/plain; charset=ISO-8859-15 Organization: B2motion GmbH Message-Id: <1085636677.2453.6.camel@linux.local> Mime-Version: 1.0 Date: Thu, 27 May 2004 05:46:00 -0000 Content-Transfer-Encoding: 8bit X-CheckCompat: OK X-SW-Source: 2004-05/txt/msg00185.txt.bz2 Hello, I have a strange problem: I am using a ChameleonPOD (JTAG) adapter and GDB. I can debug my system using an ARM7, flash memory and SDRAM (or SRAM). But now I have a UtRAM (SRAM clone). I can set breakpoints in the SRAM of the ARM7 but if I try to set a breakpoint in the RAM, I get an error: Error accessing memory address:xxxxxxx, unknown error 4294967295. But I can write into the RAM, I can download a program and start it. What can this be???? Regards, Sven Rehfuß