[patch] pr1430

Daniel Jacobowitz drow@false.org
Fri Mar 21 15:18:00 GMT 2008


On Fri, Mar 14, 2008 at 01:38:12PM -0700, Matt Rice wrote:
> here is an attempt at fixing pr1430
> 
> canonicalizes to file.m:foo or file.m:-[AClass foo]
> which is how it knows that foo is a function and it shouldn't attempt
> to look up a method
> named foo. not sure if this should be done in decode_line_2 based on
> language setting?

It occurs to me that this is just like the situation in Chris's patch
that was sent right after this one... we could canonicalize a
nondebuggable foo to 'foo' with quotes, maybe?  Or does that search
ObjC selectors too?


-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list