mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-13 20:10:02 +08:00
* remote-utils.c (prepare_resume_reply): Remove extraneous \n
in debugging output.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-12-16 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* remote-utils.c (prepare_resume_reply): Remove extraneous \n
|
||||||
|
in debugging output.
|
||||||
|
|
||||||
2011-12-15 Yao Qi <yao@codesourcery.com>
|
2011-12-15 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* tracepoint.c: Include sys/syscall.h.
|
* tracepoint.c: Include sys/syscall.h.
|
||||||
|
@ -1252,7 +1252,7 @@ prepare_resume_reply (char *buf, ptid_t ptid,
|
|||||||
struct target_waitstatus *status)
|
struct target_waitstatus *status)
|
||||||
{
|
{
|
||||||
if (debug_threads)
|
if (debug_threads)
|
||||||
fprintf (stderr, "Writing resume reply for %s:%d\n\n",
|
fprintf (stderr, "Writing resume reply for %s:%d\n",
|
||||||
target_pid_to_str (ptid), status->kind);
|
target_pid_to_str (ptid), status->kind);
|
||||||
|
|
||||||
switch (status->kind)
|
switch (status->kind)
|
||||||
|
Reference in New Issue
Block a user