diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-02 18:04:26 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2012-01-02 18:04:26 +0000 |
commit | 0852fee32a07e27b3d02e8a44770d8ad08a05a37 (patch) | |
tree | c86c38764b89f79fe44861d83ad9d2332e379900 /gdb/testsuite/gdb.cell/fork.exp | |
parent | 0cd09acb331b04068318fd7e2482a4f30495d586 (diff) | |
download | gdb-0852fee32a07e27b3d02e8a44770d8ad08a05a37.zip gdb-0852fee32a07e27b3d02e8a44770d8ad08a05a37.tar.gz gdb-0852fee32a07e27b3d02e8a44770d8ad08a05a37.tar.bz2 |
* gdb.cell/fork.exp: Delete breakpoints after reaching main.
* gdb.cell/gcore.exp: Likewise.
* gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
to verify the correct instance of main is selected.
Diffstat (limited to 'gdb/testsuite/gdb.cell/fork.exp')
-rw-r--r-- | gdb/testsuite/gdb.cell/fork.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cell/fork.exp b/gdb/testsuite/gdb.cell/fork.exp index b8c603d..0e713e8 100644 --- a/gdb/testsuite/gdb.cell/fork.exp +++ b/gdb/testsuite/gdb.cell/fork.exp @@ -61,6 +61,8 @@ if ![runto_main] then { return 0 } +delete_breakpoints + gdb_test_no_output "set spu stop-on-load" "set spu stop-on-load" gdb_test "continue" "Continuing\\..*Temporary breakpoint \[0-9\]+, main \\(speid=.*, argp=.*, envp=.*\\) at .*$spu_file\\.c:.*spu_write_out_intr_mbox.*" \ |