aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2008-09-08 16:03:14 +0000
committerJerome Guitton <guitton@adacore.com>2008-09-08 16:03:14 +0000
commit3b8a7fc08784bcb47249887e1140994134597604 (patch)
tree1726a3aec8eac5313eec42f481d0f2b643382796 /gdb/testsuite/ChangeLog
parent96cc0ae8e0013ab85245c7fdf82f500d6578be91 (diff)
downloadgdb-3b8a7fc08784bcb47249887e1140994134597604.zip
gdb-3b8a7fc08784bcb47249887e1140994134597604.tar.gz
gdb-3b8a7fc08784bcb47249887e1140994134597604.tar.bz2
* gdb.arch/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. * gdb.arch/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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d28f725..4044b60 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,17 @@
2008-09-08 Jerome Guitton <guitton@adacore.com>
+ * gdb.arch/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.
+ * gdb.arch/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.
+
+2008-09-08 Jerome Guitton <guitton@adacore.com>
+
* gdb.base/stack-checking.c: New file.
* gdb.base/stack-checking.exp: New file.