From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27046 invoked by alias); 26 Apr 2010 17:21:55 -0000 Received: (qmail 26990 invoked by uid 22791); 26 Apr 2010 17:21:52 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 17:21:49 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id B8B8458001; Mon, 26 Apr 2010 10:21:45 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id AE5DDC9A57; Mon, 26 Apr 2010 10:21:45 -0700 (PDT) Message-ID: <4BD5CBA4.8030906@vmware.com> Date: Mon, 26 Apr 2010 17:21:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: =?ISO-2022-JP?B?GyRCUGQ/cHp4GyhC?= CC: "gdb@sourceware.org" Subject: Re: Can GDB stub report every module loading event so that the host can load every module symbol automatically? References: In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit 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-04/txt/msg00144.txt.bz2 $BPd?pzx(B wrote: > Hi, > > I want my GDB stub to report every module loading event so that the > GDB in the host can receive the message and load every module symbol > automatically during my OS booting. > I searched the GDB serial protocol but didn't find any message can > meet my requirement. > Can anyone kindly help me on this? > > Thanks, > Ruiyu 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.