mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* remote-utils.c (remote_open): Print a status notice after
opening a TCP port. * server.c (attach_inferior): Print a status notice after attaching.
This commit is contained in:
@ -70,6 +70,8 @@ attach_inferior (int pid, char *statusptr, unsigned char *sigptr)
|
||||
if (myattach (pid) != 0)
|
||||
return -1;
|
||||
|
||||
fprintf (stderr, "Attached; pid = %d\n", pid);
|
||||
|
||||
/* FIXME - It may be that we should get the SIGNAL_PID from the
|
||||
attach function, so that it can be the main thread instead of
|
||||
whichever we were told to attach to. */
|
||||
|
Reference in New Issue
Block a user