Home
last modified time | relevance | path

Searched refs:have_ptrace_getregset (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dx86-linux-nat.c155 have_ptrace_getregset = TRIBOOL_FALSE; in read_description()
161 if (have_ptrace_getregset == TRIBOOL_UNKNOWN) in read_description()
172 have_ptrace_getregset = TRIBOOL_FALSE; in read_description()
175 have_ptrace_getregset = TRIBOOL_TRUE; in read_description()
187 if (have_ptrace_getregset == TRIBOOL_TRUE) in read_description()
H A Darm-linux-nat.c125 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_fpregs()
161 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_fpregs()
186 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_fpregs()
214 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_regs()
242 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_regs()
259 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_regs()
347 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_vfp_regs()
376 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_vfp_regs()
393 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_vfp_regs()
547 have_ptrace_getregset = TRIBOOL_FALSE; in read_description()
[all …]
H A Damd64-linux-nat.c236 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_registers()
300 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_registers()
H A Di386-linux-nat.c336 if (have_ptrace_getregset != TRIBOOL_TRUE) in fetch_xstateregs()
359 if (have_ptrace_getregset != TRIBOOL_TRUE) in store_xstateregs()
H A Dlinux-nat.h289 extern enum tribool have_ptrace_getregset;
H A Dlinux-nat.c191 enum tribool have_ptrace_getregset = TRIBOOL_UNKNOWN; variable
H A DChangeLog-20158617 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
8625 (arm_linux_read_description): Check have_ptrace_getregset is
8626 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
8629 have_ptrace_getregset is not TRIBOOL_TRUE.
8631 * linux-nat.c (have_ptrace_getregset): Change its type to
8635 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
9173 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
9175 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
H A DChangeLog-20107591 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
7654 (have_ptrace_getregset): Likewise.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dx86-linux-nat.c155 have_ptrace_getregset = TRIBOOL_FALSE; in read_description()
161 if (have_ptrace_getregset == TRIBOOL_UNKNOWN) in read_description()
172 have_ptrace_getregset = TRIBOOL_FALSE; in read_description()
175 have_ptrace_getregset = TRIBOOL_TRUE; in read_description()
187 if (have_ptrace_getregset == TRIBOOL_TRUE) in read_description()
H A Darm-linux-nat.c125 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_fpregs()
161 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_fpregs()
186 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_fpregs()
214 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_regs()
242 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_regs()
259 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_regs()
347 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_vfp_regs()
376 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_vfp_regs()
393 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_vfp_regs()
547 have_ptrace_getregset = TRIBOOL_FALSE; in read_description()
[all …]
H A Damd64-linux-nat.c236 if (have_ptrace_getregset == TRIBOOL_TRUE) in fetch_registers()
300 if (have_ptrace_getregset == TRIBOOL_TRUE) in store_registers()
H A Di386-linux-nat.c336 if (have_ptrace_getregset != TRIBOOL_TRUE) in fetch_xstateregs()
359 if (have_ptrace_getregset != TRIBOOL_TRUE) in store_xstateregs()
H A Dlinux-nat.h289 extern enum tribool have_ptrace_getregset;
H A Dlinux-nat.c191 enum tribool have_ptrace_getregset = TRIBOOL_UNKNOWN; variable
H A DChangeLog-20158617 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
8625 (arm_linux_read_description): Check have_ptrace_getregset is
8626 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
8629 have_ptrace_getregset is not TRIBOOL_TRUE.
8631 * linux-nat.c (have_ptrace_getregset): Change its type to
8635 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
9173 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
9175 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc1008 have_ptrace_getregset = 1; in low_arch_setup()
1010 have_ptrace_getregset = 0; in low_arch_setup()
1123 if (have_ptrace_getregset == 1 in get_regs_info()
H A Dlinux-x86-low.cc887 have_ptrace_getregset = 0; in x86_linux_read_description()
908 if (have_ptrace_getregset == -1) in x86_linux_read_description()
919 have_ptrace_getregset = 0; in x86_linux_read_description()
922 have_ptrace_getregset = 1; in x86_linux_read_description()
939 xcr0_features = (have_ptrace_getregset in x86_linux_read_description()
H A Dlinux-low.h877 extern int have_ptrace_getregset;
H A Dlinux-low.cc141 int have_ptrace_getregset = -1; variable
H A DChangeLog10701 have_ptrace_getregset is 1 and target description is
10708 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
10710 * linux-low.h (have_ptrace_getregset): Declare it.
14162 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc1008 have_ptrace_getregset = 1; in low_arch_setup()
1010 have_ptrace_getregset = 0; in low_arch_setup()
1123 if (have_ptrace_getregset == 1 in get_regs_info()
H A Dlinux-x86-low.cc887 have_ptrace_getregset = 0; in x86_linux_read_description()
908 if (have_ptrace_getregset == -1) in x86_linux_read_description()
919 have_ptrace_getregset = 0; in x86_linux_read_description()
922 have_ptrace_getregset = 1; in x86_linux_read_description()
939 xcr0_features = (have_ptrace_getregset in x86_linux_read_description()
H A Dlinux-low.h877 extern int have_ptrace_getregset;
H A Dlinux-low.cc141 int have_ptrace_getregset = -1; variable
H A DChangeLog10701 have_ptrace_getregset is 1 and target description is
10708 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
10710 * linux-low.h (have_ptrace_getregset): Declare it.
14162 (have_ptrace_getfpxregs, have_ptrace_getregset): New.

12