aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cell/bt.exp
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-05-06 20:48:48 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-05-06 20:48:48 +0000
commita536c6d7e617a36585e04cb9b75639aa3d8037cd (patch)
treec032177c1a4e1ac99667acbbddd628fe3a9ae6ee /gdb/testsuite/gdb.cell/bt.exp
parent7845b0133d5bcfc774246573cda7b369e226a6da (diff)
downloadgdb-a536c6d7e617a36585e04cb9b75639aa3d8037cd.zip
gdb-a536c6d7e617a36585e04cb9b75639aa3d8037cd.tar.gz
gdb-a536c6d7e617a36585e04cb9b75639aa3d8037cd.tar.bz2
ChangeLog:
* ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers. (ppu2spu_unwind_register): Mark pseudo registers unavailable. * spu-tdep.c (op_selb): Use correct value. testsuite/ChangeLog: * gdb.cell/bt.exp: Delete breakpoints before running to signal to avoid race condition. * gdb.cell/coremaker.c: Use small stack size. * gdb.cell/ea-standalone.exp: Use file name without path as argument to c_to. * gdb.cell/fork.exp: Allow other output when continuing to end.
Diffstat (limited to 'gdb/testsuite/gdb.cell/bt.exp')
-rw-r--r--gdb/testsuite/gdb.cell/bt.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cell/bt.exp b/gdb/testsuite/gdb.cell/bt.exp
index 8bff6f2..b1ee458 100644
--- a/gdb/testsuite/gdb.cell/bt.exp
+++ b/gdb/testsuite/gdb.cell/bt.exp
@@ -72,6 +72,7 @@ if ![runto_main] then {
return 0
}
+delete_breakpoints
gdb_test "continue" ".*Program received signal SIGABRT, Aborted.*"
gdb_test "backtrace" ".*abort.*crash_handler.*base.*offset.*<cross-architecture call>.*main.*speid.*argp.*envp.*at.*$spu2_file.c.*<cross-architecture call>.*spe_context_run.*indirect_handler.*base.*offset.*<cross-architecture call>.*main.*speid.*argp.*envp.*at.*$spu_file.c.*<cross-architecture call>.*spe_context_run.*spe_thread.*at.*$ppu_file.c.*"