diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2011-10-10 18:32:07 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2011-10-10 18:32:07 +0000 |
commit | 13d563f0742f043e94666965709462d1de456048 (patch) | |
tree | fa03215149018aa1220886091f1712884567ee0d /gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb | |
parent | fa6963330dc6edccda21ca2af39bc40f9fda3094 (diff) | |
download | gcc-13d563f0742f043e94666965709462d1de456048.zip gcc-13d563f0742f043e94666965709462d1de456048.tar.gz gcc-13d563f0742f043e94666965709462d1de456048.tar.bz2 |
simulate-thread.gdb: Call wrappers for *other_threads() and *final_verify().
* gcc.dg/simulate-thread/simulate-thread.gdb: Call
wrappers for *other_threads() and *final_verify().
* gcc.dg/simulate-thread/simulate-thread.h
(simulate_thread_wrapper_other_threads): New.
(simulate_thread_wrapper_final_verify): New.
Co-Authored-By: Andrew MacLeod <amacleod@redhat.com>
From-SVN: r179768
Diffstat (limited to 'gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb')
-rw-r--r-- | gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb b/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb index 004909f..c7bac73 100644 --- a/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb +++ b/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb @@ -5,13 +5,13 @@ run set $ret = 0 while (simulate_thread_fini != 1) && (! $ret) - call simulate_thread_other_threads() + call simulate_thread_wrapper_other_threads() stepi set $ret |= simulate_thread_step_verify() end if (! $ret) - set $ret |= simulate_thread_final_verify() + set $ret |= simulate_thread_wrapper_final_verify() end continue quit $ret |