aboutsummaryrefslogtreecommitdiff
path: root/gdb/x86-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-14gdb/gdbserver: share some code relating to target description creationAndrew Burgess1-82/+6
2024-06-14gdb/x86: move reading of cs and ds state into gdb/nat directoryAndrew Burgess1-37/+8
2024-06-14gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directoryAndrew Burgess1-3/+3
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-26Revert "gdb/x86: move reading of cs and ds state into gdb/nat directory"Andrew Burgess1-5/+37
2024-03-26Revert "gdb/gdbserver: share some code relating to target description creation"Andrew Burgess1-14/+77
2024-03-25gdb/gdbserver: share some code relating to target description creationAndrew Burgess1-77/+14
2024-03-25gdb/x86: move reading of cs and ds state into gdb/nat directoryAndrew Burgess1-37/+5
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-08-28gdb: Support XSAVE layouts for the current host in the Linux x86 targets.John Baldwin1-0/+3
2023-07-14*-linux-nat: Handle null inferior in read_description.John Baldwin1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-1/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-0/+2
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-4/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+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-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom 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-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-05-03linux_nat_target: More low methodsPedro Alves1-13/+4
2018-05-03Convert struct target_ops to C++Pedro Alves1-55/+25
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-1/+0
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger1-8/+11
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+1
2017-09-05Centralize amd64-linux target descriptionsYao Qi1-34/+1
2017-07-26Centralize i386 linux target descriptionsYao Qi1-16/+8
2017-06-03x86-linux-nat: Remove unused arch_lwp_info structureSimon Marchi1-10/+0
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-5/+5
2017-02-17Add target description for avx-avx512.Michael Sturm1-3/+9
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-7/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-30x86/Linux: reenable all-stop on top of non-stopPedro Alves1-11/+0
2015-09-09btrace: kernel address filteringMarkus Metzger1-6/+0
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves1-0/+11
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-5/+5
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi1-2/+0