aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
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-8/+8
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-07-09Rename common to gdbsupportTom Tromey1-1/+1
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-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-5/+5
2018-05-30Remove regcache_raw_supplySimon Marchi1-6/+6
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-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-21/+21
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-7/+7
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-20/+9
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
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-02Include linux-nat.h in i386-linux-nat.cYao Qi1-0/+1
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-0/+1
2015-03-03Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves1-3/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-09Fix missing "struct iovec" definition on some x86-linux.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-30/+3
2014-07-11Move duplicated code into new filesGary Benson1-533/+2
2014-07-11Comment and whitespace changesGary Benson1-3/+12
2014-07-11Pull out common parts of _initialize_{i386,amd64}_linux_natGary Benson1-17/+35
2014-07-11Merge ps_get_thread_areaGary Benson1-8/+28
2014-07-11Merge {i386,amd64}_linux_read_descriptionGary Benson1-10/+90
2014-07-11Rename identical functionsGary Benson1-40/+40
2014-06-23x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves1-1/+4
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-1/+4
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