]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/nat/gdb_ptrace.h
* gdb_ptrace.h: New file.
authorMark Kettenis <kettenis@gnu.org>
Sat, 21 Aug 2004 08:56:38 +0000 (08:56 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 21 Aug 2004 08:56:38 +0000 (08:56 +0000)
commit11003ae34025182d5fb4bfedf2fdc2427c4c54a1
tree54d8e8276728dcaa746b6b2e91f3e1e8fc7fab87
parentea5158d820d069db7995f69bd84663394bb299f1
* gdb_ptrace.h: New file.
* infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
<sys/ptrace.h>.
(PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
(PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
(attach): Don't define PT_ATTACH.
(detach): Don't define PT_DETACH.
* Makefile.in (gdb_ptrace_h): New variable.
(infptrace.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/gdb_ptrace.h [new file with mode: 0644]
gdb/infptrace.c