From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2907 invoked by alias); 17 Feb 2013 02:14:50 -0000 Received: (qmail 2883 invoked by uid 22791); 17 Feb 2013 02:14:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ia0-f177.google.com (HELO mail-ia0-f177.google.com) (209.85.210.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Feb 2013 02:14:43 +0000 Received: by mail-ia0-f177.google.com with SMTP id k38so4345023iah.22 for ; Sat, 16 Feb 2013 18:14:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.50.53.146 with SMTP id b18mr4698691igp.82.1361067283228; Sat, 16 Feb 2013 18:14:43 -0800 (PST) Received: by 10.64.91.37 with HTTP; Sat, 16 Feb 2013 18:14:43 -0800 (PST) In-Reply-To: <20130216011839.GB3184@debian.localdomain> References: <20130216011839.GB3184@debian.localdomain> Date: Sun, 17 Feb 2013 02:14:00 -0000 Message-ID: Subject: Re: expand macro From: Feng Gao To: horseriver Cc: 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: 2013-02/txt/msg00062.txt.bz2 needn't. you could use the command "expand macro XXXX" of gdb to check the macro. On Sat, Feb 16, 2013 at 9:18 AM, horseriver wrote: > hi:) > > If I want to look into macros within gdb , I need to compile with -g3 , is there anything else needed ? > > thanks!