From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19441 invoked by alias); 7 May 2010 04:35:09 -0000 Received: (qmail 19423 invoked by uid 48); 7 May 2010 04:35:09 -0000 Date: Fri, 07 May 2010 04:35:00 -0000 Message-ID: <20100507043509.19420.qmail@sourceware.org> From: "justin dot lebar+gdb at gmail dot com" To: gdb-prs@sourceware.org In-Reply-To: <20030418222800.8287.carlton@bactrian.org> References: <20030418222800.8287.carlton@bactrian.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug cli/8287] skipping boring functions when stepping X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00221.txt.bz2 ------- Additional Comments From justin dot lebar+gdb at gmail dot com 2010-05-07 04:35 ------- Also, I'm not convinced that full-on regexps are necessary. Matching either a string or a string followed by any sequence of characters (i.e. allowing 'foo' and 'foo*' but not 'foo*bar' as blacklist function filters) would work for templates. Is there any other reason to have something more complicated here? -- http://sourceware.org/bugzilla/show_bug.cgi?id=8287 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.