gdb/
2012-11-26 Yao Qi <yao@codesourcery.com> * remote.c (remote_start_remote): Typo fix.
This commit is contained in:
parent
3e72e21267
commit
e6f3fa5256
@ -1,3 +1,7 @@
|
||||
2012-11-26 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* remote.c (remote_start_remote): Typo fix.
|
||||
|
||||
2012-11-23 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sparc-tdep.h (struct sparc_fpregset): New data structure.
|
||||
|
@ -3362,7 +3362,7 @@ remote_start_remote (int from_tty, struct target_ops *target, int extended_p)
|
||||
else if (rs->non_stop_aware)
|
||||
{
|
||||
/* Don't assume that the stub can operate in all-stop mode.
|
||||
Request it explicitely. */
|
||||
Request it explicitly. */
|
||||
putpkt ("QNonStop:0");
|
||||
getpkt (&rs->buf, &rs->buf_size, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user