summaryrefslogtreecommitdiff
path: root/gdb/amd64-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi2020-04-271-59/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries2019-09-241-0/+6
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Fix amd64->i386 linux syscall restart problemKevin Buettner2019-04-101-2/+67
* Revert the header-sorting patchTom Tromey2019-04-061-14/+12
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-12/+14
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-2/+2
* Remove ptid_get_pidTom Tromey2018-07-031-2/+2
* Remove regcache_raw_collectSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+2
* Remove regcache_get_ptidSimon Marchi2018-05-301-4/+4
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-11/+13
* Convert struct target_ops to C++Pedro Alves2018-05-031-17/+16
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* amd64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-131-4/+4
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-0/+1
* amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi2017-01-271-5/+55
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves2016-07-261-5/+5
* Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi2016-02-021-426/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* 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-2/+2
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-0/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add <sys/uio.h> #include back in amd64-linux-nat.c.Joel Brobecker2014-09-101-0/+1
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-3/+3
* Remove duplicated include fileYao Qi2014-08-061-1/+0
* Tidy #include listsGary Benson2014-07-111-27/+5
* Move duplicated code into new filesGary Benson2014-07-111-533/+2
* Comment and whitespace changesGary Benson2014-07-111-0/+3
* Pull out common parts of _initialize_{i386,amd64}_linux_natGary Benson2014-07-111-23/+45
* Merge ps_get_thread_areaGary Benson2014-07-111-20/+53
* Merge {i386,amd64}_linux_read_descriptionGary Benson2014-07-111-82/+97
* Rename identical functionsGary Benson2014-07-111-40/+40
* x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves2014-06-231-1/+9
* Move shared native target specific code to gdb/natGary Benson2014-06-201-1/+1