diff options
author | Pedro Alves <palves@redhat.com> | 2012-02-13 18:09:59 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-02-13 18:09:59 +0000 |
commit | cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0 (patch) | |
tree | 182ff41dd9351bb67c440fd3a7c5fb2c0033647a /gdb/testsuite/gdb.base/sepdebug.exp | |
parent | PR ld/13621 (diff) | |
download | binutils-gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.tar.gz binutils-gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.tar.bz2 binutils-gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.zip |
gdb/doc/
2012-02-13 Pedro Alves <palves@redhat.com>
* gdb.texinfo (MIPS boards): Refer to mips-elf instead of
mips-idt-ecoff.
gdb/testsuite/
2012-02-13 Pedro Alves <palves@redhat.com>
* config/mips-idt.exp: Delete.
* gdb.base/a2-run.exp: Remove mips-idt xfails.
* gdb.base/bitfields.exp: Remove mips-idt restarts.
* gdb.base/break.exp: Remove mips-idt references.
* gdb.base/chng-syms.exp: Ditto.
* gdb.base/default.exp: Ditto.
* gdb.base/funcargs.exp (funcargs_reload): Delete.
(top level): Don't call it.
* gdb.base/opaque.exp: Remove mips-idt restarts.
* gdb.base/ptype.exp: Remove mips-idt xfails.
* gdb.base/scope.exp: Remove mips-idt restarts.
* gdb.base/sepdebug.exp: Remove mips-idt references.
* gdb.base/watchpoint.exp (maybe_clean_restart)
(maybe_reinitialize): Delete.
(test_disabling_watchpoints, test_disabling_watchpoints)
(test_watchpoint_triggered_in_syscall)
(test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
Don't call them.
Diffstat (limited to 'gdb/testsuite/gdb.base/sepdebug.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/sepdebug.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/sepdebug.exp b/gdb/testsuite/gdb.base/sepdebug.exp index ba1047857a1..4010d330efe 100644 --- a/gdb/testsuite/gdb.base/sepdebug.exp +++ b/gdb/testsuite/gdb.base/sepdebug.exp @@ -175,9 +175,6 @@ gdb_test "info break" \ # handle arguments. # Huh? There doesn't *appear* to be anything that passes arguments # below. -if [istarget "mips-idt-*"] then { - return -} # # run until the breakpoint at main is hit. For non-stubs-using targets. |