From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15835 invoked by alias); 21 Jan 2005 17:35:44 -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 15112 invoked from network); 21 Jan 2005 17:35:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Jan 2005 17:35:15 -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 j0LHZFLn019342 for ; Fri, 21 Jan 2005 12:35:15 -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 j0LHZFO20137; Fri, 21 Jan 2005 12:35:15 -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 j0LHZEEU021809; Fri, 21 Jan 2005 12:35:14 -0500 Subject: RE: insight for Solaris From: Keith Seitz To: KiranKumar B Shivananda Cc: "insight@sources.redhat.com" In-Reply-To: <80464F9A4D2BF042A154DD067F1F539302A6413C@CEL-BANGT-M01> References: <80464F9A4D2BF042A154DD067F1F539302A6413C@CEL-BANGT-M01> Content-Type: text/plain Message-Id: <1106328913.3653.56.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 21 Jan 2005 17:35:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q1/txt/msg00023.txt.bz2 On Fri, 2005-01-21 at 09:21, KiranKumar B Shivananda wrote: > Yes the command set > *(int*)ADDRESS=INTEGER" is working > > Can you give more info about > target triple, host, target What's the output of "show version"? That will give the host and target "triples", i.e., i686-pc-linux, arm-unknown-elf (or simply arm-elf), and so on. The other bit is what target you are debugging: native? a board (which one, what's your Target Settings dialog say the connection is)? simulator? Keith