From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12066 invoked by alias); 21 Jan 2005 16:41:51 -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 11862 invoked from network); 21 Jan 2005 16:41:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Jan 2005 16:41:24 -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 j0LGfO2g004160 for ; Fri, 21 Jan 2005 11:41:24 -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 j0LGfOO01990; Fri, 21 Jan 2005 11:41:24 -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 j0LGfMEU012042; Fri, 21 Jan 2005 11:41:23 -0500 Subject: RE: insight for Solaris From: Keith Seitz To: KiranKumar B Shivananda Cc: "insight@sources.redhat.com" In-Reply-To: <80464F9A4D2BF042A154DD067F1F539302A6413B@CEL-BANGT-M01> References: <80464F9A4D2BF042A154DD067F1F539302A6413B@CEL-BANGT-M01> Content-Type: text/plain Message-Id: <1106325682.3653.52.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 21 Jan 2005 16:41:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q1/txt/msg00022.txt.bz2 On Fri, 2005-01-21 at 08:29, KiranKumar B Shivananda wrote: > But I didnt find gdb command to set memory. Ah, oh. My bad. I forgot about that... Well, here's what you can try just to see if gdb is working: "set *(int*)ADDRESS=INTEGER". Change "int" to "char", "long", or whatnot depending on the size of the memory chunk being modified. If this works, I will probably need more info: target triple, host, target. Maybe more. Keith