From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1713 invoked by alias); 26 Apr 2010 07:36:51 -0000 Received: (qmail 1680 invoked by uid 22791); 26 Apr 2010 07:36:48 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,SARE_MSGID_LONG45,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 07:36:45 +0000 Received: by pvh1 with SMTP id 1so229131pvh.0 for ; Mon, 26 Apr 2010 00:36:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.90.21 with SMTP id s21mr3090554rvl.118.1272267396586; Mon, 26 Apr 2010 00:36:36 -0700 (PDT) Received: by 10.140.199.12 with HTTP; Mon, 26 Apr 2010 00:36:36 -0700 (PDT) Date: Mon, 26 Apr 2010 07:36:00 -0000 Message-ID: Subject: Can GDB stub report every module loading event so that the host can load every module symbol automatically? From: =?UTF-8?B?5YCq55Ge54Wc?= To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00135.txt.bz2 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