From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27430 invoked by alias); 21 Jan 2005 20:27:47 -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 27380 invoked from network); 21 Jan 2005 20:27:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Jan 2005 20:27:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0LKRg5D001528 for ; Fri, 21 Jan 2005 15:27:42 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0LKRgO09798; Fri, 21 Jan 2005 15:27:42 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j0LKReEU017757; Fri, 21 Jan 2005 15:27:41 -0500 Subject: Re: Info regarding memory write From: Keith Seitz To: KiranKumar B Shivananda Cc: "insight@sources.redhat.com" In-Reply-To: <80464F9A4D2BF042A154DD067F1F539302A6413D@CEL-BANGT-M01> References: <80464F9A4D2BF042A154DD067F1F539302A6413D@CEL-BANGT-M01> Content-Type: text/plain Message-Id: <1106339260.3653.69.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 21 Jan 2005 20:27:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q1/txt/msg00024.txt.bz2 On Fri, 2005-01-21 at 09:51, KiranKumar B Shivananda wrote: > Target is simulator > > REMOTE/TCP That's weird. You connect to a simulator using tcp? What's the target triple (output of "show version" or gdb -v)? Are you using an Armulator or something (arm-elf)? > Which file in gdb has "set *(int*)ADDDRESS=DATA" is implemented? Ugh... Don't recall offhand. It's probably hidden somewhere deep in the bowels of the expression evaluator. You can start by setting a break on "set_command" and following it down. Keith