* remote.c (getpkt_sane): Fix error message. No animals were
harmed in the making of this debugger.
This commit is contained in:
parent
7a53bcd4a8
commit
489eaebade
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-26 Jim Blandy <jimb@codesourcery.com>
|
||||||
|
|
||||||
|
* remote.c (getpkt_sane): Fix error message. No animals were
|
||||||
|
harmed in the making of this debugger.
|
||||||
|
|
||||||
2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
|
2007-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
* p-typeprint.c: Fix 11 ARI reported problems.
|
* p-typeprint.c: Fix 11 ARI reported problems.
|
||||||
|
@ -5029,7 +5029,7 @@ getpkt_sane (char **buf, long *sizeof_buf, int forever)
|
|||||||
{
|
{
|
||||||
QUIT;
|
QUIT;
|
||||||
target_mourn_inferior ();
|
target_mourn_inferior ();
|
||||||
error (_("Watchdog has expired. Target detached."));
|
error (_("Watchdog timeout has expired. Target detached."));
|
||||||
}
|
}
|
||||||
if (remote_debug)
|
if (remote_debug)
|
||||||
fputs_filtered ("Timed out.\n", gdb_stdlog);
|
fputs_filtered ("Timed out.\n", gdb_stdlog);
|
||||||
|
Loading…
Reference in New Issue
Block a user