From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4588 invoked by alias); 20 May 2003 22:07:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4388 invoked from network); 20 May 2003 22:07:28 -0000 Received: from unknown (HELO zenia.red-bean.com) (12.222.151.100) by sources.redhat.com with SMTP; 20 May 2003 22:07:28 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h4KKofFq024381; Tue, 20 May 2003 15:50:41 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h4KKoeg2024377; Tue, 20 May 2003 15:50:40 -0500 To: "Lev Assinovsky" Cc: Subject: Re: DWARF problem - newbie question References: <3F6F4712B759A34ABD453A8B39C10D6260E145@bagman.edm.com> From: Jim Blandy Date: Tue, 20 May 2003 22:07:00 -0000 In-Reply-To: <3F6F4712B759A34ABD453A8B39C10D6260E145@bagman.edm.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00280.txt.bz2 "Lev Assinovsky" writes: > Sorry, I made a mistake > compiling task. > It was -g -g3 -gdwarf-2. > With -g3 -gdwarf-2 > "info macro M" works. > What else can I have with dwarf-2. > Can I step in macro and see it's content on the screen? There's a chapter in the GDB manual on macros that describes things.