diff options
author | 2002-05-19 17:19:54 +0000 | |
---|---|---|
committer | 2002-05-19 17:19:54 +0000 | |
commit | fcf21067ff3eea62c3112d067c36630065b1e757 (patch) | |
tree | 923e07e19eb72cb778628d96141ed6ab86ddbb90 | |
parent | Do not use `' pairs inside here documents. Errors will occur (diff) | |
download | wireguard-openbsd-fcf21067ff3eea62c3112d067c36630065b1e757.tar.xz wireguard-openbsd-fcf21067ff3eea62c3112d067c36630065b1e757.zip |
enable attaching to a running process on alpha.
ok millert@
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/alpha/nm-obsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/alpha/nm-obsd.h b/gnu/usr.bin/binutils/gdb/config/alpha/nm-obsd.h index 322189d516d..0c31c103662 100644 --- a/gnu/usr.bin/binutils/gdb/config/alpha/nm-obsd.h +++ b/gnu/usr.bin/binutils/gdb/config/alpha/nm-obsd.h @@ -30,6 +30,8 @@ get_longjmp_target PARAMS ((CORE_ADDR *)); /* #include "nm-obsd.h" */ #include <machine/alpha_cpu.h> +#define ATTACH_DETACH + /* unnneeded here. */ #define PTRACE_ARG3_TYPE char* |