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: [PATCH] gdb: objc-lang: check symbol name before accessing memory


> 2010-04-13  Mike Frysinger  <vapier@gentoo.org>
> 
> 	* objc-lang.c (find_methods): Move symname check up.

This is OK, but I would like you to add a comment before the symbol name
check explaining that this check is performed first because it can be
performed entirely without sending any query to the target.

Can you also confirm how you tested this patch, please?

-- 
Joel


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