summaryrefslogtreecommitdiff
path: root/gdb/x86-linux-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-09-05Centralize amd64-linux target descriptionsYao Qi
2017-07-26Centralize i386 linux target descriptionsYao Qi
2017-06-03x86-linux-nat: Remove unused arch_lwp_info structureSimon Marchi
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-02-17Add target description for avx-avx512.Michael Sturm
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-30x86/Linux: reenable all-stop on top of non-stopPedro Alves
2015-09-09btrace: kernel address filteringMarkus Metzger
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi
2015-03-24Move duplicated Linux x86 code to nat/x86-linux.cGary Benson
2015-03-24Move low-level Linux x86 debug register code to a shared fileGary Benson
2015-03-24Introduce x86_linux_update_debug_registersGary Benson
2015-03-24Linux x86 low-level debug register comment synchronizationGary Benson
2015-03-24Linux x86 low-level debug register code synchronizationGary Benson
2015-03-24Make lwp_info.arch_private handling sharedGary Benson
2015-03-24Introduce basic LWP accessorsGary Benson
2015-03-24Introduce current_lwp_ptidGary Benson
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves
2015-03-03btrace: support 32-bit inferior on 64-bit hostMarkus Metzger
2015-02-27x86 Linux/ptrace: fix offsetof usage in C++ modePedro Alves
2015-02-09record btrace: add configuration structMarkus Metzger
2015-02-09btrace: add struct btrace_dataMarkus Metzger
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-09Fix missing "struct iovec" definition on some x86-linux.Joel Brobecker
2014-09-04Remove code to cope with LWPs wrapped as PIDsGary Benson
2014-09-03x86 debug address register clarificationsGary Benson
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-07-11Move duplicated code into new filesGary Benson