This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [patch] New testcase for PR:1291
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: drow at mvista dot com, gdb-patches at sources dot redhat dot com, kewarken at qnx dot com
- Date: Fri, 24 Oct 2003 15:22:37 -0400
- Subject: Re: [patch] New testcase for PR:1291
> A) move it and make it generic.
> B) leave it and write it in assembly.
I like (B) better. The backtrace code is all about specific
assembly instructions. So I'd like it better in the style of the i386
prologue tests, with explicit assembly.
Michael C