summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-4/+2
* 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-8/+8
* 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
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* 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-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-5/+5
* Remove regcache_raw_supplySimon Marchi2018-05-301-6/+6
* 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-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-21/+21
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-7/+7
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-20/+9
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* 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
* Include linux-nat.h in i386-linux-nat.cYao Qi2015-06-021-0/+1
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-0/+1
* Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWPPedro Alves2015-03-031-3/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix missing "struct iovec" definition on some x86-linux.Joel Brobecker2014-09-091-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-30/+3
* Move duplicated code into new filesGary Benson2014-07-111-533/+2
* Comment and whitespace changesGary Benson2014-07-111-3/+12
* Pull out common parts of _initialize_{i386,amd64}_linux_natGary Benson2014-07-111-17/+35
* Merge ps_get_thread_areaGary Benson2014-07-111-8/+28
* Merge {i386,amd64}_linux_read_descriptionGary Benson2014-07-111-10/+90
* Rename identical functionsGary Benson2014-07-111-40/+40
* x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves2014-06-231-1/+4
* Move shared native target specific code to gdb/natGary Benson2014-06-201-1/+1
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-241-1/+4
* Add target_ops argument to to_read_btraceTom Tromey2014-02-191-1/+10
* Add target_ops argument to to_teardown_btraceTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_disable_btraceTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_enable_btraceTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_post_startup_inferiorTom Tromey2014-02-191-3/+4