aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-08-28gdb: Support XSAVE layouts for the current host in the Linux x86 targets.John Baldwin1-2/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi1-59/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-24[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries1-0/+6
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-10Fix amd64->i386 linux syscall restart problemKevin Buettner1-2/+67
2019-04-06Revert the header-sorting patchTom Tromey1-14/+12
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-12/+14
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-2/+2
2018-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_supplySimon Marchi1-2/+2
2018-05-30Remove regcache_get_ptidSimon Marchi1-4/+4
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-1/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-11/+13
2018-05-03Convert struct target_ops to C++Pedro Alves1-17/+16
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-03-13amd64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-4/+4
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-0/+1
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi1-5/+55
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-07-26Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves1-5/+5
2016-02-02Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi1-426/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
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-2/+2
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-0/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-10Add <sys/uio.h> #include back in amd64-linux-nat.c.Joel Brobecker1-0/+1
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-3/+3
2014-08-06Remove duplicated include fileYao Qi1-1/+0
2014-07-11Tidy #include listsGary Benson1-27/+5
2014-07-11Move duplicated code into new filesGary Benson1-533/+2
2014-07-11Comment and whitespace changesGary Benson1-0/+3
2014-07-11Pull out common parts of _initialize_{i386,amd64}_linux_natGary Benson1-23/+45
2014-07-11Merge ps_get_thread_areaGary Benson1-20/+53