summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
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-02Include linux-nat.h in i386-linux-nat.cYao Qi
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi
2015-03-03Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro 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-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-06Remove duplicated include fileYao Qi
2014-07-11Tidy #include listsGary Benson
2014-07-11Move duplicated code into new filesGary Benson
2014-07-11Comment and whitespace changesGary Benson
2014-07-11Pull out common parts of _initialize_{i386,amd64}_linux_natGary Benson
2014-07-11Merge ps_get_thread_areaGary Benson
2014-07-11Merge {i386,amd64}_linux_read_descriptionGary Benson
2014-07-11Rename identical functionsGary Benson
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves
2014-06-20Move shared native target specific code to gdb/natGary Benson
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm
2014-02-19Add target_ops argument to to_read_btraceTom Tromey
2014-02-19Add target_ops argument to to_teardown_btraceTom Tromey
2014-02-19Add target_ops argument to to_disable_btraceTom Tromey
2014-02-19Add target_ops argument to to_enable_btraceTom Tromey
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-20Add MPX support for i386Walfred Tedeschi
2013-11-18remove gdb_string.hTom Tromey
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-03-11Install the btrace target ops for i386-linux-nat and amd64-linux-nat.Markus Metzger
2013-02-13[native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-05-24gdb/Pedro Alves
2012-03-02gdb/Yao Qi
2012-01-24gdb/Jan Kratochvil
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2012-01-02gdb/Jan Kratochvil
2011-12-202011-12-20 Pedro Alves <alves.ped@gmail.com>Pedro Alves
2011-12-14gdb/Pedro Alves
2011-12-052012-12-05 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-10-072011-10-07 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-09-23gdb/Yao Qi