From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20244 invoked by alias); 21 Jun 2004 16:48:06 -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 20235 invoked from network); 21 Jun 2004 16:48:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Jun 2004 16:48:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5LGm4e1000339 for ; Mon, 21 Jun 2004 12:48:04 -0400 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 i5LGm4021591; Mon, 21 Jun 2004 12:48:04 -0400 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 i5LGm2ox019745; Mon, 21 Jun 2004 12:48:03 -0400 Subject: Re: Getting started From: Keith Seitz To: Frederic Beaulieu Cc: "insight@sources.redhat.com" In-Reply-To: References: Content-Type: text/plain Message-Id: <1087836600.2755.3.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Tue, 22 Jun 2004 21:35:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q2/txt/msg00103.txt.bz2 On Mon, 2004-06-21 at 17:14, Frederic Beaulieu wrote: > "Select function name to disassemble" This message is displayed whenever Insight hasn't a clue about where it should be looking. This commonly occurs for three reasons: 1) No debug info in executable 2) PC is off in la-la land (i.e., it is not pointed at something sane) 3) Can't find a suitable entry point to show when a file is loaded My guess is that you've hit #2. When you attach to the board, its PC is probably ill-defined and pointing off into random memory (outside your program's text section). So Insight doesn't know what to show you, and it is telling you to select something to view. This is normal and should "correct" itself after you download (since downloading resets the PC). Keith