summaryrefslogtreecommitdiff
path: root/gdb/x86-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* x86/Linux: reenable all-stop on top of non-stopPedro Alves2015-09-301-11/+0
* btrace: kernel address filteringMarkus Metzger2015-09-091-6/+0
* x86/Linux: disable all-stop on top of non-stopPedro Alves2015-08-181-0/+11
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-231-5/+5
* Move have_ptrace_getregset to linux-nat.cYao Qi2015-06-011-2/+0
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-0/+1
* Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2015-03-241-16/+0
* Move low-level Linux x86 debug register code to a shared fileGary Benson2015-03-241-167/+1
* Introduce x86_linux_update_debug_registersGary Benson2015-03-241-3/+13
* Linux x86 low-level debug register comment synchronizationGary Benson2015-03-241-31/+28
* Linux x86 low-level debug register code synchronizationGary Benson2015-03-241-3/+3
* Make lwp_info.arch_private handling sharedGary Benson2015-03-241-17/+5
* Introduce basic LWP accessorsGary Benson2015-03-241-7/+9
* Introduce current_lwp_ptidGary Benson2015-03-241-5/+6
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-1/+1
* btrace: support 32-bit inferior on 64-bit hostMarkus Metzger2015-03-031-3/+5
* x86 Linux/ptrace: fix offsetof usage in C++ modePedro Alves2015-02-271-4/+13
* record btrace: add configuration structMarkus Metzger2015-02-091-2/+14
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-1/+1
* linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix missing "struct iovec" definition on some x86-linux.Joel Brobecker2014-09-091-0/+1
* Remove code to cope with LWPs wrapped as PIDsGary Benson2014-09-041-4/+2
* x86 debug address register clarificationsGary Benson2014-09-031-1/+1
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-28/+28
* Move duplicated code into new filesGary Benson2014-07-111-0/+568