aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-05-12Extended-remote Linux follow forkDon Breazeal1-54/+31
2015-05-12Identify remote fork event supportDon Breazeal1-1/+1
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-1/+1
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay1-0/+13
2015-01-20gdb/ARI: Call safe_strerror instead of strerror in linux-ptrace.cJoel Brobecker1-8/+8
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-3/+30
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker1-3/+31
2014-09-19Refactor ptrace extended event status.Don Breazeal1-1/+17
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-6/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey1-25/+31
2014-06-20Move shared native target specific code to gdb/natGary Benson1-0/+553