mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +00:00
gdb/gdbserver:
* linux-low.c (linux_attach): Add 'static'.
This commit is contained in:
parent
7b9f845ec7
commit
c52daf705d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user