* gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
by Chad Harrington <harrington.chad@gmail.com>.
This commit is contained in:
parent
7d329e61da
commit
4247cafddf
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-06-23 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
|
||||||
|
by Chad Harrington <harrington.chad@gmail.com>.
|
||||||
|
|
||||||
2005-06-22 Mark Kettenis <kettenis@gnu.org>
|
2005-06-22 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* remote.c (extended_remote_restart): Pass buffer in call to
|
* remote.c (extended_remote_restart): Pass buffer in call to
|
||||||
|
|
|
@ -92,8 +92,8 @@
|
||||||
|
|
||||||
/* Not all systems support attaching and detaching. */
|
/* Not all systems support attaching and detaching. */
|
||||||
|
|
||||||
#ifndef PT_ATTCH
|
#ifndef PT_ATTACH
|
||||||
# ifdef PTRACE_DETACH
|
# ifdef PTRACE_ATTACH
|
||||||
# define PT_ATTACH PTRACE_ATTACH
|
# define PT_ATTACH PTRACE_ATTACH
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue