mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
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.
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#endif
|
||||
#include <signal.h>
|
||||
|
||||
#include "gdbthread.h"
|
||||
#include "gdb_proc_service.h"
|
||||
|
||||
#define PTRACE_ARG3_TYPE void *
|
||||
|
Reference in New Issue
Block a user