summaryrefslogtreecommitdiff
path: root/gdb/x86-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger2022-01-271-1/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-0/+2
* [gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries2021-05-231-4/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-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 ptid_get_pidTom Tromey2018-07-031-2/+2
* linux_nat_target: More low methodsPedro Alves2018-05-031-13/+4
* Convert struct target_ops to C++Pedro Alves2018-05-031-55/+25
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-1/+0
* btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger2018-02-091-8/+11
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+1
* Centralize amd64-linux target descriptionsYao Qi2017-09-051-34/+1
* Centralize i386 linux target descriptionsYao Qi2017-07-261-16/+8
* x86-linux-nat: Remove unused arch_lwp_info structureSimon Marchi2017-06-031-10/+0
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-5/+5
* Add target description for avx-avx512.Michael Sturm2017-02-171-3/+9
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-7/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* x86/Linux: reenable all-stop on top of non-stopPedro Alves2015-09-301-11/+0
* btrace: kernel address filteringMarkus Metzger2015-09-091-6/+0
* x86/Linux: disable all-stop on top of non-stopPedro Alves2015-08-181-0/+11
* 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-5/+5
* Move have_ptrace_getregset to linux-nat.cYao Qi2015-06-011-2/+0
* Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi2015-06-011-0/+1
* Move duplicated Linux x86 code to nat/x86-linux.cGary Benson2015-03-241-16/+0
* Move low-level Linux x86 debug register code to a shared fileGary Benson2015-03-241-167/+1
* Introduce x86_linux_update_debug_registersGary Benson2015-03-241-3/+13
* Linux x86 low-level debug register comment synchronizationGary Benson2015-03-241-31/+28
* Linux x86 low-level debug register code synchronizationGary Benson2015-03-241-3/+3
* Make lwp_info.arch_private handling sharedGary Benson2015-03-241-17/+5
* Introduce basic LWP accessorsGary Benson2015-03-241-7/+9
* Introduce current_lwp_ptidGary Benson2015-03-241-5/+6
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-1/+1
* btrace: support 32-bit inferior on 64-bit hostMarkus Metzger2015-03-031-3/+5