This is the mail archive of the gdb-patches@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]

Re: [rfc] Move PC in-range check in objc-lang.c:find_methods (Re: [ia64] Regression)


> ChangeLog:
> 
> 	* objc-lang.c (find_methods): Move function descriptor conversion
> 	and PC in-range check until after basic checks for ObjC symbols.

Seems right to me. Note that the counter is really used as a boolean
since: as soon as the count is at least 1, we do a full search of
our objfile...

-- 
Joel


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