From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22894 invoked by alias); 8 Dec 2010 21:59:21 -0000 Received: (qmail 22852 invoked by uid 22791); 8 Dec 2010 21:59:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-fx0-f42.google.com (HELO mail-fx0-f42.google.com) (209.85.161.42) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Dec 2010 21:59:16 +0000 Received: by fxm11 with SMTP id 11so1600618fxm.15 for ; Wed, 08 Dec 2010 13:59:14 -0800 (PST) Received: by 10.223.81.67 with SMTP id w3mr9158432fak.110.1291845554178; Wed, 08 Dec 2010 13:59:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.97.13 with HTTP; Wed, 8 Dec 2010 13:58:53 -0800 (PST) In-Reply-To: <4CFE4F8B.8060202@broadcom.com> References: <4CFE4F8B.8060202@broadcom.com> From: =?UTF-8?B?UGV0ciBIbHV6w61u?= Date: Wed, 08 Dec 2010 21:59:00 -0000 Message-ID: Subject: Re: Overlays and symbol lookup query To: Andrew Burgess Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 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: 2010-12/txt/msg00024.txt.bz2 Hello I am probably the wrong guy to answer that (I do not know how GDB internals work here, nor have used overlays before). You did not mention if manual overlay commands [1] were of any use. I understand that GDB requires user to set overlays manually or to have special support in the target [2]. The special support in the target can be done by an overlaying library. What does "overlay list" print? I wonder if GDB is able to detect that a target uses overlays and automatic overlay support is not implemented in the target. [1] http://sourceware.org/gdb/current/onlinedocs/gdb/Overlay-Commands.html [2] http://sourceware.org/gdb/current/onlinedocs/gdb/Automatic-Overlay-Debugging.html -- Petr Hluzin