From 623b6bdf12dec583722ca6615e5ff26581597d6c Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Sun, 29 Apr 2012 06:28:30 +0000 Subject: gdb/gdbserver: * server.h: Move some code to ... * gdbthread.h: ... here. New. * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h (remote-utils.o, server.o, target.o tracepoint.o): Likewise. (nto-low.o, win32-low.o): Likewise. * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h. * regcache.c, remote-utils.c, server.c: Likewise. * target.c, tracepoint.c, win32-low.c: Likewise. --- gdb/gdbserver/linux-low.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/gdbserver/linux-low.h') diff --git a/gdb/gdbserver/linux-low.h b/gdb/gdbserver/linux-low.h index 82b3399..99d882a 100644 --- a/gdb/gdbserver/linux-low.h +++ b/gdb/gdbserver/linux-low.h @@ -22,6 +22,7 @@ #endif #include +#include "gdbthread.h" #include "gdb_proc_service.h" #define PTRACE_ARG3_TYPE void * -- cgit v1.1