From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 430 invoked by alias); 16 Feb 2013 11:03:00 -0000 Received: (qmail 411 invoked by uid 22791); 16 Feb 2013 11:02:59 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DATE_IN_PAST_06_12,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com) (209.85.220.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Feb 2013 11:02:55 +0000 Received: by mail-pa0-f44.google.com with SMTP id kp1so2096138pab.3 for ; Sat, 16 Feb 2013 03:02:54 -0800 (PST) X-Received: by 10.66.184.208 with SMTP id ew16mr20273673pac.19.1361012574278; Sat, 16 Feb 2013 03:02:54 -0800 (PST) Received: from localhost ([175.25.242.25]) by mx.google.com with ESMTPS id d1sm96767274pav.6.2013.02.16.03.02.51 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sat, 16 Feb 2013 03:02:53 -0800 (PST) Date: Sat, 16 Feb 2013 11:03:00 -0000 From: horseriver To: gdb@sourceware.org Subject: expand macro Message-ID: <20130216011839.GB3184@debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00060.txt.bz2 hi:) If I want to look into macros within gdb , I need to compile with -g3 , is there anything else needed ? thanks!