From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30776 invoked by alias); 18 Jun 2012 15:50:44 -0000 Received: (qmail 30764 invoked by uid 22791); 18 Jun 2012 15:50:42 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jun 2012 15:50:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C5D3B1C6555; Mon, 18 Jun 2012 11:50:28 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2jIKWSaY8a4V; Mon, 18 Jun 2012 11:50:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 77AF81C61B6; Mon, 18 Jun 2012 11:50:28 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 5C633145616; Mon, 18 Jun 2012 08:50:26 -0700 (PDT) Date: Mon, 18 Jun 2012 15:50:00 -0000 From: Joel Brobecker To: Tristan Gingold Cc: Pedro Alves , "gdb-patches@sourceware.org ml" Subject: Re: [RFA] Add set/show debug unwind command Message-ID: <20120618155026.GA19107@adacore.com> References: <4FDB7C32.3070705@redhat.com> <20120615182236.GY18729@adacore.com> <6ADF55F2-9C07-43D4-AD1E-63380720ACD1@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6ADF55F2-9C07-43D4-AD1E-63380720ACD1@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00584.txt.bz2 > 2012-06-15 Tristan Gingold > > * frame-unwind.c (show_unwind_debug): New function. > (unwind_debug): New variable. > (_initialize_frame_unwind): Add show debug unwind command. > * frame-unwind.h (unwind_debug): Declare. > * doc/gdb.texinfo (Debugging Output): Document set/show debug > unwind. > * NEWS: Mention it. Looks good for the code part, just one tiny comment: > + /* Debug this files internals. */ file's -- Joel