aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/linux-ptrace.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
2011-09-30gdbserver: add support for FDPIC loadmapsMike Frysinger1-0/+7
The DSBT support is very close to the FDPIC code, so extend the existing loadmap support to work with FDPIC loadmaps too. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-04-272011-04-27 Yao Qi <yao@codesourcery.com>Yao Qi1-1/+0
* common/linux-ptrace.h: Remove include <sys/wait.h>.
2011-04-26gdb/Yao Qi1-0/+62
* linux-nat.c: Move common macros to ... Include linux-ptrace.h. * common/linux-ptrace.h: ... here. New. gdb/gdbserver/ * linux-low.c: Move common macros to linux-ptrace.h. Include linux-ptrace.h. * Makefile.in (linux_ptrace_h): New. (linux-low.o): Depends on linux-ptrace.h.