aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Refactor ptrace extended event status.Don Breazeal2-1/+19
2014-09-12Clarify GDBSERVER use in linux-waitpid.cGary Benson1-5/+6
2014-09-12Remove GDBSERVER uses from x86-dregs.cGary Benson1-6/+2
2014-09-12Remove GDBSERVER uses from linux-btrace.cGary Benson2-7/+3
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson4-23/+4
2014-09-12Introduce common-regcache.hGary Benson1-6/+2
2014-09-11Introduce show_debug_regsGary Benson1-9/+4
2014-09-03x86 debug address register clarificationsGary Benson2-9/+10
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson5-132/+132
2014-08-19Introduce common-debug.hGary Benson1-4/+0
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson5-6/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson4-4/+0
2014-08-07Move common-utils.h to common-defs.hGary Benson1-1/+0
2014-08-07Move ptid.h to common-defs.hGary Benson2-3/+0
2014-08-07Move stddef.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-07-31Do not include defs.h or server.h in any header fileGary Benson1-6/+0
2014-07-30Do not include config.h directlyGary Benson1-1/+0
2014-07-30Make all source files include defs.h or server.h firstGary Benson1-0/+5
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey2-25/+32
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves1-0/+20
2014-06-20Move shared native target specific code to gdb/natGary Benson16-3/+4480
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson2-3/+65
2014-06-19Create nat/i386-dregs.cGary Benson1-0/+617
2014-06-19Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8Gary Benson1-43/+0
2014-06-18Create nat/i386-dregs.hGary Benson1-0/+138
2014-02-27Linux waitpid/__WALL emulation wrapper: If WNOHANG is set, don't touch sigpro...Pedro Alves1-8/+13
2014-02-27Move linux-nat.c:status_to_str to nat/linux-waitpid.c.Pedro Alves2-0/+32
2014-01-03* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.Doug Evans1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker3-3/+3
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado3-0/+175