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]

[commit] [patch 05/12] entryval#3: Self tail calls verification


On Thu, 29 Sep 2011 21:50:27 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Protect entry values against self tail calls.
> 	* dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
> 	(dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
> 
> gdb/testsuite/
> 2011-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Protect entry values against self tail calls.
> 	* gdb.arch/amd64-entry-value.cc (self2, self): New.
> 	(main): Call self.
> 	* gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
> 	(set debug entry-values 1, self: bt debug entry-values): New tests.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2011-10/msg00060.html


Thanks,
Jan


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