From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6567 invoked by alias); 26 Apr 2010 17:36:12 -0000 Received: (qmail 6553 invoked by uid 22791); 26 Apr 2010 17:36:09 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 17:36:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 830B02BAB60; Mon, 26 Apr 2010 13:36:04 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mh5o8Tgz1U5h; Mon, 26 Apr 2010 13:36:04 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 349032BAB5F; Mon, 26 Apr 2010 13:36:04 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BDE72F5896; Mon, 26 Apr 2010 13:36:01 -0400 (EDT) Date: Mon, 26 Apr 2010 17:36:00 -0000 From: Joel Brobecker To: Michael Snyder Cc: ?$BPd?pzx , "gdb@sourceware.org" Subject: Re: Can GDB stub report every module loading event so that the host can load every module symbol automatically? Message-ID: <20100426173601.GD15722@adacore.com> References: <4BD5CBA4.8030906@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BD5CBA4.8030906@vmware.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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-04/txt/msg00145.txt.bz2 > There is no such message because the stub doesn't know > anything about modules. There is no particular "event" > when execution first enters a module. Could these modules be seen as "shared libraries"? The remote protocol supports that... -- Joel