This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug cli/8287] skipping boring functions when stepping


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]