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/doc | |
parent | e1741a1ed122cb64e0d4fb6aa936574763de0d4c (diff) | |
download | gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.zip gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.tar.gz gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.tar.bz2 |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e2488e7..0aac7d2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-02-13 Pedro Alves <palves@redhat.com> + + * gdb.texinfo (MIPS boards): Refer to mips-elf instead of + mips-idt-ecoff. + 2012-02-09 Yao Qi <yao@codesourcery.com> * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4f863dd..9edc6ad 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19190,7 +19190,7 @@ Show MicroBlaze-specific debugging level. @cindex MIPS boards @value{GDBN} can use the MIPS remote debugging protocol to talk to a MIPS board attached to a serial line. This is available when -you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}. +you configure @value{GDBN} with @samp{--target=mips-elf}. @need 1000 Use these @value{GDBN} commands to specify the connection to your target board: @@ -19295,7 +19295,7 @@ waiting for an acknowledgment of a packet with the @code{set retransmit-timeout @var{seconds}} command. The default is 3 seconds. You can inspect both values with @code{show timeout} and @code{show retransmit-timeout}. (These commands are @emph{only} available when -@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.) +@value{GDBN} is configured for @samp{--target=mips-elf}.) The timeout set by @code{set timeout} does not apply when @value{GDBN} is waiting for your program to stop. In that case, @value{GDBN} waits |