gdb/gdbserver:

* linux-low.c (linux_attach): Add 'static'.
This commit is contained in:
Yao Qi 2012-06-11 07:24:15 +00:00
parent 7b9f845ec7
commit c52daf705d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-11 Yao Qi <yao@codesourcery.com>
* linux-low.c (linux_attach): Add 'static'.
2012-06-06 Yao Qi <yao@codesourcery.com>
* ax.c (gdb_eval_agent_expr): Print `top' in hex.

View File

@ -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