diff options
Diffstat (limited to 'gdb/nat')
-rw-r--r-- | gdb/nat/aarch64-linux-hw-point.c | 6 | ||||
-rw-r--r-- | gdb/nat/aarch64-linux-hw-point.h | 2 | ||||
-rw-r--r-- | gdb/nat/aarch64-linux.c | 4 | ||||
-rw-r--r-- | gdb/nat/aarch64-sve-linux-ptrace.c | 6 | ||||
-rw-r--r-- | gdb/nat/amd64-linux-siginfo.c | 2 | ||||
-rw-r--r-- | gdb/nat/fork-inferior.c | 14 | ||||
-rw-r--r-- | gdb/nat/linux-btrace.c | 12 | ||||
-rw-r--r-- | gdb/nat/linux-btrace.h | 4 | ||||
-rw-r--r-- | gdb/nat/linux-namespaces.c | 8 | ||||
-rw-r--r-- | gdb/nat/linux-nat.h | 2 | ||||
-rw-r--r-- | gdb/nat/linux-osdata.c | 8 | ||||
-rw-r--r-- | gdb/nat/linux-personality.c | 2 | ||||
-rw-r--r-- | gdb/nat/linux-procfs.c | 4 | ||||
-rw-r--r-- | gdb/nat/linux-ptrace.c | 4 | ||||
-rw-r--r-- | gdb/nat/linux-ptrace.h | 2 | ||||
-rw-r--r-- | gdb/nat/linux-waitpid.c | 4 | ||||
-rw-r--r-- | gdb/nat/mips-linux-watch.c | 2 | ||||
-rw-r--r-- | gdb/nat/mips-linux-watch.h | 2 | ||||
-rw-r--r-- | gdb/nat/ppc-linux.c | 2 | ||||
-rw-r--r-- | gdb/nat/x86-dregs.c | 4 | ||||
-rw-r--r-- | gdb/nat/x86-dregs.h | 2 | ||||
-rw-r--r-- | gdb/nat/x86-linux-dregs.c | 2 | ||||
-rw-r--r-- | gdb/nat/x86-linux.c | 2 |
23 files changed, 50 insertions, 50 deletions
diff --git a/gdb/nat/aarch64-linux-hw-point.c b/gdb/nat/aarch64-linux-hw-point.c index 1efec9a..9f5a0f0 100644 --- a/gdb/nat/aarch64-linux-hw-point.c +++ b/gdb/nat/aarch64-linux-hw-point.c @@ -16,9 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" -#include "common/break-common.h" -#include "common/common-regcache.h" +#include "gdbsupport/common-defs.h" +#include "gdbsupport/break-common.h" +#include "gdbsupport/common-regcache.h" #include "nat/linux-nat.h" #include "aarch64-linux-hw-point.h" diff --git a/gdb/nat/aarch64-linux-hw-point.h b/gdb/nat/aarch64-linux-hw-point.h index 5d9c2a1..10b5e69 100644 --- a/gdb/nat/aarch64-linux-hw-point.h +++ b/gdb/nat/aarch64-linux-hw-point.h @@ -19,7 +19,7 @@ #ifndef NAT_AARCH64_LINUX_HW_POINT_H #define NAT_AARCH64_LINUX_HW_POINT_H -#include "common/break-common.h" /* For enum target_hw_bp_type. */ +#include "gdbsupport/break-common.h" /* For enum target_hw_bp_type. */ /* Macro definitions, data structures, and code for the hardware breakpoint and hardware watchpoint support follow. We use the diff --git a/gdb/nat/aarch64-linux.c b/gdb/nat/aarch64-linux.c index 9c4c3ad..94e0712 100644 --- a/gdb/nat/aarch64-linux.c +++ b/gdb/nat/aarch64-linux.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" -#include "common/break-common.h" +#include "gdbsupport/common-defs.h" +#include "gdbsupport/break-common.h" #include "nat/linux-nat.h" #include "nat/aarch64-linux-hw-point.h" #include "nat/aarch64-linux.h" diff --git a/gdb/nat/aarch64-sve-linux-ptrace.c b/gdb/nat/aarch64-sve-linux-ptrace.c index 635b4c9..1383d46 100644 --- a/gdb/nat/aarch64-sve-linux-ptrace.c +++ b/gdb/nat/aarch64-sve-linux-ptrace.c @@ -19,13 +19,13 @@ #include <sys/utsname.h> #include <sys/uio.h> -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "elf/external.h" #include "elf/common.h" #include "aarch64-sve-linux-ptrace.h" #include "arch/aarch64.h" -#include "common/common-regcache.h" -#include "common/byte-vector.h" +#include "gdbsupport/common-regcache.h" +#include "gdbsupport/byte-vector.h" /* See nat/aarch64-sve-linux-ptrace.h. */ diff --git a/gdb/nat/amd64-linux-siginfo.c b/gdb/nat/amd64-linux-siginfo.c index dab5268..91460c0 100644 --- a/gdb/nat/amd64-linux-siginfo.c +++ b/gdb/nat/amd64-linux-siginfo.c @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <signal.h> -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "amd64-linux-siginfo.h" #define GDB_SI_SIZE 128 diff --git a/gdb/nat/fork-inferior.c b/gdb/nat/fork-inferior.c index 1179d01..68b51aa 100644 --- a/gdb/nat/fork-inferior.c +++ b/gdb/nat/fork-inferior.c @@ -17,16 +17,16 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "fork-inferior.h" #include "target/waitstatus.h" -#include "common/filestuff.h" +#include "gdbsupport/filestuff.h" #include "target/target.h" -#include "common/common-inferior.h" -#include "common/common-gdbthread.h" -#include "common/pathstuff.h" -#include "common/signals-state-save-restore.h" -#include "common/gdb_tilde_expand.h" +#include "gdbsupport/common-inferior.h" +#include "gdbsupport/common-gdbthread.h" +#include "gdbsupport/pathstuff.h" +#include "gdbsupport/signals-state-save-restore.h" +#include "gdbsupport/gdb_tilde_expand.h" #include <vector> extern char **environ; diff --git a/gdb/nat/linux-btrace.c b/gdb/nat/linux-btrace.c index ef291ec..8625291 100644 --- a/gdb/nat/linux-btrace.c +++ b/gdb/nat/linux-btrace.c @@ -19,14 +19,14 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "linux-btrace.h" -#include "common/common-regcache.h" -#include "common/gdb_wait.h" +#include "gdbsupport/common-regcache.h" +#include "gdbsupport/gdb_wait.h" #include "x86-cpuid.h" -#include "common/filestuff.h" -#include "common/scoped_fd.h" -#include "common/scoped_mmap.h" +#include "gdbsupport/filestuff.h" +#include "gdbsupport/scoped_fd.h" +#include "gdbsupport/scoped_mmap.h" #include <inttypes.h> diff --git a/gdb/nat/linux-btrace.h b/gdb/nat/linux-btrace.h index df7b0d2..1d5c745 100644 --- a/gdb/nat/linux-btrace.h +++ b/gdb/nat/linux-btrace.h @@ -22,8 +22,8 @@ #ifndef NAT_LINUX_BTRACE_H #define NAT_LINUX_BTRACE_H -#include "common/btrace-common.h" -#include "common/vec.h" +#include "gdbsupport/btrace-common.h" +#include "gdbsupport/vec.h" #if HAVE_LINUX_PERF_EVENT_H # include <linux/perf_event.h> #endif diff --git a/gdb/nat/linux-namespaces.c b/gdb/nat/linux-namespaces.c index c0f326b..503f755 100644 --- a/gdb/nat/linux-namespaces.c +++ b/gdb/nat/linux-namespaces.c @@ -17,18 +17,18 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "nat/linux-namespaces.h" -#include "common/filestuff.h" +#include "gdbsupport/filestuff.h" #include <fcntl.h> #include <sys/syscall.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> -#include "common/gdb_wait.h" +#include "gdbsupport/gdb_wait.h" #include <signal.h> #include <sched.h> -#include "common/scope-exit.h" +#include "gdbsupport/scope-exit.h" /* See nat/linux-namespaces.h. */ int debug_linux_namespaces; diff --git a/gdb/nat/linux-nat.h b/gdb/nat/linux-nat.h index 29f43d8..13af248 100644 --- a/gdb/nat/linux-nat.h +++ b/gdb/nat/linux-nat.h @@ -20,7 +20,7 @@ #ifndef NAT_LINUX_NAT_H #define NAT_LINUX_NAT_H -#include "common/function-view.h" +#include "gdbsupport/function-view.h" #include "target/waitstatus.h" struct lwp_info; diff --git a/gdb/nat/linux-osdata.c b/gdb/nat/linux-osdata.c index 3599df7..67f9f3a 100644 --- a/gdb/nat/linux-osdata.c +++ b/gdb/nat/linux-osdata.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "linux-osdata.h" #include <sys/types.h> @@ -32,11 +32,11 @@ #include <netinet/in.h> #include <arpa/inet.h> -#include "common/xml-utils.h" -#include "common/buffer.h" +#include "gdbsupport/xml-utils.h" +#include "gdbsupport/buffer.h" #include <dirent.h> #include <sys/stat.h> -#include "common/filestuff.h" +#include "gdbsupport/filestuff.h" #include <algorithm> #define NAMELEN(dirent) strlen ((dirent)->d_name) diff --git a/gdb/nat/linux-personality.c b/gdb/nat/linux-personality.c index 2ae84e5..6d209ae 100644 --- a/gdb/nat/linux-personality.c +++ b/gdb/nat/linux-personality.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "nat/linux-personality.h" #ifdef HAVE_PERSONALITY diff --git a/gdb/nat/linux-procfs.c b/gdb/nat/linux-procfs.c index 929bc13..2afc53d 100644 --- a/gdb/nat/linux-procfs.c +++ b/gdb/nat/linux-procfs.c @@ -16,9 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "linux-procfs.h" -#include "common/filestuff.h" +#include "gdbsupport/filestuff.h" #include <dirent.h> #include <sys/stat.h> diff --git a/gdb/nat/linux-ptrace.c b/gdb/nat/linux-ptrace.c index 40919f7..c1ebc0a 100644 --- a/gdb/nat/linux-ptrace.c +++ b/gdb/nat/linux-ptrace.c @@ -16,11 +16,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "linux-ptrace.h" #include "linux-procfs.h" #include "linux-waitpid.h" -#include "common/buffer.h" +#include "gdbsupport/buffer.h" #ifdef HAVE_SYS_PROCFS_H #include <sys/procfs.h> #endif diff --git a/gdb/nat/linux-ptrace.h b/gdb/nat/linux-ptrace.h index cfb1217..fd2f12a 100644 --- a/gdb/nat/linux-ptrace.h +++ b/gdb/nat/linux-ptrace.h @@ -21,7 +21,7 @@ struct buffer; #include "nat/gdb_ptrace.h" -#include "common/gdb_wait.h" +#include "gdbsupport/gdb_wait.h" #ifdef __UCLIBC__ #if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__)) diff --git a/gdb/nat/linux-waitpid.c b/gdb/nat/linux-waitpid.c index 298032d..4d3fe25 100644 --- a/gdb/nat/linux-waitpid.c +++ b/gdb/nat/linux-waitpid.c @@ -17,11 +17,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "linux-nat.h" #include "linux-waitpid.h" -#include "common/gdb_wait.h" +#include "gdbsupport/gdb_wait.h" /* Convert wait status STATUS to a string. Used for printing debug messages only. */ diff --git a/gdb/nat/mips-linux-watch.c b/gdb/nat/mips-linux-watch.c index 8add09c..124752f 100644 --- a/gdb/nat/mips-linux-watch.c +++ b/gdb/nat/mips-linux-watch.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "nat/gdb_ptrace.h" #include "mips-linux-watch.h" diff --git a/gdb/nat/mips-linux-watch.h b/gdb/nat/mips-linux-watch.h index 35e8d9d..7d255c8 100644 --- a/gdb/nat/mips-linux-watch.h +++ b/gdb/nat/mips-linux-watch.h @@ -19,7 +19,7 @@ #define NAT_MIPS_LINUX_WATCH_H #include <asm/ptrace.h> -#include "common/break-common.h" +#include "gdbsupport/break-common.h" #define MAX_DEBUG_REGISTER 8 diff --git a/gdb/nat/ppc-linux.c b/gdb/nat/ppc-linux.c index 27942fa..11f2a43 100644 --- a/gdb/nat/ppc-linux.c +++ b/gdb/nat/ppc-linux.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "ppc-linux.h" #include "nat/gdb_ptrace.h" #include <elf.h> diff --git a/gdb/nat/x86-dregs.c b/gdb/nat/x86-dregs.c index fb35178..69cc47d 100644 --- a/gdb/nat/x86-dregs.c +++ b/gdb/nat/x86-dregs.c @@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "x86-dregs.h" -#include "common/break-common.h" +#include "gdbsupport/break-common.h" /* Support for hardware watchpoints and breakpoints using the x86 debug registers. diff --git a/gdb/nat/x86-dregs.h b/gdb/nat/x86-dregs.h index e8a2e00..4d06024 100644 --- a/gdb/nat/x86-dregs.h +++ b/gdb/nat/x86-dregs.h @@ -33,7 +33,7 @@ (32 bytes on 64 bit hosts). */ -#include "common/break-common.h" /* target_hw_bp_type */ +#include "gdbsupport/break-common.h" /* target_hw_bp_type */ /* Low-level function vector. */ diff --git a/gdb/nat/x86-linux-dregs.c b/gdb/nat/x86-linux-dregs.c index 29b4ee1..271e630 100644 --- a/gdb/nat/x86-linux-dregs.c +++ b/gdb/nat/x86-linux-dregs.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "nat/gdb_ptrace.h" #include <sys/user.h> #include "target/waitstatus.h" diff --git a/gdb/nat/x86-linux.c b/gdb/nat/x86-linux.c index be00a3b..55ff581 100644 --- a/gdb/nat/x86-linux.c +++ b/gdb/nat/x86-linux.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "x86-linux.h" #include "x86-linux-dregs.h" |