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] Fix stepping bug associated with non-contiguous blocks


>>>>> "Kevin" == Kevin Buettner <kevinb@redhat.com> writes:

Kevin> gdb/ChangeLog:

Kevin> 	* infrun.c (fill_in_stop_func): Use find_pc_partial_function
Kevin> 	instead of find_function_entry_range_from_pc.

Thanks for the explanation.  I think this makes sense.

Kevin> +	  ecs->stop_func_start
Kevin> +	    += gdbarch_deprecated_function_start_offset (gdbarch);

This hook is only used by VAX.  I wonder if we could delete it somehow.

Tom


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