aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-11Merge {i386,amd64}_linux_read_descriptionGary Benson1-82/+97
2014-07-11Rename identical functionsGary Benson1-40/+40
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves1-1/+9
2014-06-20Move shared native target specific code to gdb/natGary Benson1-1/+1
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-3/+16
2014-02-19Add target_ops argument to to_read_btraceTom Tromey1-1/+10
2014-02-19Add target_ops argument to to_teardown_btraceTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_disable_btraceTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_enable_btraceTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey1-3/+4
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20MPX for amd64Walfred Tedeschi1-9/+34
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-10/+10
2013-03-11Install the btrace target ops for i386-linux-nat and amd64-linux-nat.Markus Metzger1-0/+51
2013-02-13[native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves1-5/+47
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1