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

Simon


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