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] btrace: work around _dl_runtime_resolve returning to resolved function


On 02/09/2015 09:11 AM, Markus Metzger wrote:
> On some systems, _dl_runtime_resolve returns to the resolved function
> instead of jumping to it.  Since btrace will not find the function in
> the current stack back trace, it will start a new back trace on the
> same level.  It will look the same to the user via the backtrace
> command but the frames will have different id's which confuses stepping.
> 
> This fixes a test fail with 32-bit inferior reported by Jan Kratochvil.
> 
> CC: Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
> 
> gdb/
> 	* btrace.c (ftrace_update_function): Treat return as tailcall for
> 	"_dl_runtime_resolve".

OK.

Thanks,
Pedro Alves


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