mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
gdb/gdbserver:
* linux-low.c (linux_attach): Add 'static'.
This commit is contained in:
@ -817,7 +817,7 @@ linux_attach_lwp (unsigned long lwpid)
|
||||
/* Attach to PID. If PID is the tgid, attach to it and all
|
||||
of its threads. */
|
||||
|
||||
int
|
||||
static int
|
||||
linux_attach (unsigned long pid)
|
||||
{
|
||||
/* Attach to PID. We will check for other threads
|
||||
|
Reference in New Issue
Block a user