From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11452 invoked by alias); 22 May 2010 20:58:05 -0000 Received: (qmail 11438 invoked by uid 48); 22 May 2010 20:58:04 -0000 Date: Sat, 22 May 2010 20:58:00 -0000 Message-ID: <20100522205804.11437.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/msg00303.txt.bz2 ------- Additional Comments From justin dot lebar+gdb at gmail dot com 2010-05-22 20:58 ------- Created an attachment (id=4810) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4810&action=view) Patch v1 This patch has a few minor outstanding details, marked with TODOs in the code. In particular, the breakpoint code has some special-casing for Objective-C that I don't understand but I may want to emulate in this patch, and there are two error conditions that I'm not sure how to exercise with a testcase. Any input on these issues would be appreciated. I don't handle blacklisting files or functions using regular expressions in this patch, but I'd be happy to work on that after we're satisfied with what I have here. This is my first gdb patch; please be gentle. :) -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at sourceware dot|justin dot lebar+gdb at |org |gmail dot com 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.