This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA/testsuite] stack check
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Jerome Guitton <guitton at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 5 Sep 2008 19:02:30 -0700
- Subject: Re: [RFA/testsuite] stack check
- References: <20080905105215.GA42811@adacore.com>
> 2008-09-05 Jerome Guitton <guitton@adacore.com>
>
> * powerpc-aix-prologue.c (stack_check_probe_1, stack_check_probe_2)
> (stack_check_probe_loop_1, stack_check_probe_loop_2): New functions.
> (main): Add call to these new functions.
> * powerpc-aix-prologue.exp: When breaking on these functions, check
> that the breakpoint is inserted at the appropriate location.
> (insert_breakpoint): Slightly refine this procedure so that it can
> be called several times in the test.
Nice :). The only issue is that the ChangeLog is inside gdb/testsuite,
so you need to prefix the file names with gdb.arch. In other words:
gdb.arch/powerpc-aix-prologue.c for instance. The patch itself is OK.
--
Joel