From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8070 invoked by alias); 23 Jul 2010 19:50:35 -0000 Received: (qmail 8032 invoked by uid 22791); 23 Jul 2010 19:50:33 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jul 2010 19:50:27 +0000 Received: by vws16 with SMTP id 16so669632vws.0 for ; Fri, 23 Jul 2010 12:50:25 -0700 (PDT) Received: by 10.220.122.71 with SMTP id k7mr1993971vcr.257.1279914623275; Fri, 23 Jul 2010 12:50:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.183.76 with HTTP; Fri, 23 Jul 2010 12:50:03 -0700 (PDT) In-Reply-To: References: From: Justin Lebar Date: Fri, 23 Jul 2010 19:50:00 -0000 Message-ID: Subject: Re: [Patch] Bug 8287: Skip uninteresting functions while debugging To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-07/txt/msg00367.txt.bz2 Justin> I'm not sure I like "enable blacklist". =A0The problem is that Justin> "blacklist" is a noun referring to the list of all functions we Justin> skip and also a verb meaning "add an entry to the blacklist". Justin> "Enable blacklist" sounds to me like we're enabling an entire Justin> list of blacklist entries. Tom> Yeah, that makes sense. Tom> Yes, that would be good. =A0Any ideas for names? Maybe we could use "skip": skip function foo skip file bar info skip delete skip 1 disable skip 42 "Ignore" might also work, but I don't like "delete ignore 1", or "enable ignore 2". -Justin