aboutsummaryrefslogtreecommitdiff
path: root/gdb/x86-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-30x86/Linux: reenable all-stop on top of non-stopPedro Alves1-11/+0
2015-09-09btrace: kernel address filteringMarkus Metzger1-6/+0
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves1-0/+11
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi1-5/+5
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi1-2/+0
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-0/+1
2015-03-24Move duplicated Linux x86 code to nat/x86-linux.cGary Benson1-16/+0
2015-03-24Move low-level Linux x86 debug register code to a shared fileGary Benson1-167/+1
2015-03-24Introduce x86_linux_update_debug_registersGary Benson1-3/+13
2015-03-24Linux x86 low-level debug register comment synchronizationGary Benson1-31/+28
2015-03-24Linux x86 low-level debug register code synchronizationGary Benson1-3/+3
2015-03-24Make lwp_info.arch_private handling sharedGary Benson1-17/+5
2015-03-24Introduce basic LWP accessorsGary Benson1-7/+9
2015-03-24Introduce current_lwp_ptidGary Benson1-5/+6
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-1/+1
2015-03-03btrace: support 32-bit inferior on 64-bit hostMarkus Metzger1-3/+5
2015-02-27x86 Linux/ptrace: fix offsetof usage in C++ modePedro Alves1-4/+13
2015-02-09record btrace: add configuration structMarkus Metzger1-2/+14
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-1/+1
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-09Fix missing "struct iovec" definition on some x86-linux.Joel Brobecker1-0/+1
2014-09-04Remove code to cope with LWPs wrapped as PIDsGary Benson1-4/+2
2014-09-03x86 debug address register clarificationsGary Benson1-1/+1
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-28/+28
2014-07-11Move duplicated code into new filesGary Benson1-0/+568