Move gdb_ptrace.h to nat/
Now that gdbserver's configure defines PTRACE_TYPE_ARGx etc., we'll be able to make gdbserver use gdb_ptrace.h too. Move it to the native target files directory. gdb/ChangeLog: 2015-07-24 Pedro Alves <palves@redhat.com> * gdb_ptrace.h: Move ... * nat/gdb_ptrace.h: ... here. * inf-ptrace.c: Adjust.
This commit is contained in:
parent
eb7aa56163
commit
e379037592
@ -1,3 +1,9 @@
|
||||
2015-07-24 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb_ptrace.h: Move ...
|
||||
* nat/gdb_ptrace.h: ... here.
|
||||
* inf-ptrace.c: Adjust.
|
||||
|
||||
2015-07-24 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* acinclude.m4: Include ptrace.m4.
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "terminal.h"
|
||||
#include "gdbcore.h"
|
||||
#include "regcache.h"
|
||||
#include "gdb_ptrace.h"
|
||||
#include "nat/gdb_ptrace.h"
|
||||
#include "gdb_wait.h"
|
||||
#include <signal.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user