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 v3 6/8] Introduce find_pc_partial_entry_range and use it in infrun.c


On Tue, 21 Aug 2018 14:23:36 -0400
Simon Marchi <simon.marchi@polymtl.ca> wrote:

> On 2018-08-21 13:49, Kevin Buettner wrote:
> > With regard to "find_pc_partial_entry_range", it seems to me that
> > "find_pc_partial_function_entry_range" is overly long.  Maybe
> > "find_pc_function_entry_range" is better?  
> 
> Either way is fine with me.  In the end I'd like to rename everything in 
> the form "find_X_from_Y", which in this case could be 
> "find_function_entry_range_from_pc".  If you like it we can use that, 
> although it would make it inconsistent with what we have at the moment.

I like find_function_entry_range_from_pc.  I'll use that.  Hopefully, at some
point, it will no longer be inconsistent...

Thanks,

Kevin


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