From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4784 invoked by alias); 18 Mar 2011 03:47:50 -0000 Received: (qmail 4776 invoked by uid 22791); 18 Mar 2011 03:47:50 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Mar 2011 03:47:47 +0000 Received: by qyk2 with SMTP id 2so501731qyk.0 for ; Thu, 17 Mar 2011 20:47:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.141.71 with SMTP id l7mr535192qcu.44.1300420065163; Thu, 17 Mar 2011 20:47:45 -0700 (PDT) Received: by 10.229.214.68 with HTTP; Thu, 17 Mar 2011 20:47:45 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Mar 2011 03:47:00 -0000 Message-ID: Subject: Could not find the frame base for main From: naga raj To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00102.txt.bz2 Hi, =A0 Can any one please help in resolving the following=A0issue.. =A0=A0 I am using gcc-4.1.2, gdb-6.5 and binutils-2.16 versions for a embedded target. =A0=A0 I am getting "Could not find the frame base for main" message when I tring to print local variables=A0of main, but when I try to=A0print local variable of other functions in the same project it is displaying correctly. =A0=A0=A0I have=A0tried to replicate the same thing using a small program b= ut it is displaying local variables of main correcly. =A0 Please help me in resolving the issue... Thanks in advance, Nagaraj