From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9537 invoked by alias); 18 Jun 2010 20:58:40 -0000 Received: (qmail 9529 invoked by uid 22791); 18 Jun 2010 20:58:40 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Jun 2010 20:58:31 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L4800I00A229W00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Fri, 18 Jun 2010 23:57:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.88.125]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4800FAWA8KCG80@a-mtaout21.012.net.il>; Fri, 18 Jun 2010 23:57:57 +0300 (IDT) Date: Fri, 18 Jun 2010 20:58:00 -0000 From: Eli Zaretskii Subject: Re: [Patch] Bug 8287: Skip uninteresting functions while debugging In-reply-to: <4C1BCAF5.9000603@vmware.com> To: Michael Snyder Cc: justin.lebar@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k4pwgiut.fsf@gnu.org> References: <4C1BCAF5.9000603@vmware.com> X-IsSubscribed: yes 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: 2010-06/txt/msg00422.txt.bz2 > Date: Fri, 18 Jun 2010 12:37:25 -0700 > From: Michael Snyder > CC: "gdb-patches@sourceware.org" > > Justin Lebar wrote: > > This adds support for a "blacklist" which contains files and functions > > which are skipped while single-stepping. This patch also fixes bug > > 11614: decode_variable() in linespec.c does not obey its contract > > Greetings, welcome, and thanks for your submission. > > There are a few problems, mostly things we usually encounter with new > contributors. > > First, I can't apply your patch. There are line wrappings, character > substitutions when I save the email, and so on. Would you mind trying > to send the patch as a plain text attachment? > > Second, we need a ChangeLog entry. See gdb/ChangeLog for examples > of how those are composed and formatted. > > Finally, have you got a copyright assignment filed? If this contribution is accepted, we will also need a suitable patch for the manual, to describe the new feature and commands, and a NEWS entry. Thanks.