OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wpts
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c
738
struct arm_linux_hw_breakpoint
wpts
[MAX_WPTS];
member in struct:arm_linux_debug_reg_state
1003
bpts = arm_linux_get_debug_reg_state (pid)->
wpts
;
1044
bpts = arm_linux_get_debug_reg_state (pid)->
wpts
;
1280
struct arm_linux_hw_breakpoint *bpts, *
wpts
;
local
1285
wpts
= arm_linux_get_debug_reg_state (lwp->ptid.pid ())->
wpts
;
1356
if (arm_hwbp_control_is_enabled (
wpts
[i].control))
1358
(PTRACE_TYPE_ARG3) -((i << 1) + 1), &
wpts
[i].address) < 0)
1361
if (
wpts
[i].control != 0)
1363
(PTRACE_TYPE_ARG3) -((i << 1) + 2), &
wpts
[i].control) < 0
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc
209
struct arm_linux_hw_breakpoint
wpts
[MAX_WPTS];
member in struct:arch_process_info
625
pts = proc->priv->arch_private->
wpts
;
670
pts = proc->priv->arch_private->
wpts
;
900
if (arm_hwbp_control_is_enabled (proc_info->
wpts
[i].control))
903
&proc_info->
wpts
[i].address) < 0)
906
if (arm_hwbp_control_is_initialized (proc_info->
wpts
[i].control))
909
&proc_info->
wpts
[i].control) < 0)
/src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c
736
struct arm_linux_hw_breakpoint
wpts
[MAX_WPTS];
member in struct:arm_linux_debug_reg_state
1001
bpts = arm_linux_get_debug_reg_state (pid)->
wpts
;
1042
bpts = arm_linux_get_debug_reg_state (pid)->
wpts
;
1270
struct arm_linux_hw_breakpoint *bpts, *
wpts
;
local
1275
wpts
= arm_linux_get_debug_reg_state (lwp->ptid.pid ())->
wpts
;
1346
if (arm_hwbp_control_is_enabled (
wpts
[i].control))
1348
(PTRACE_TYPE_ARG3) -((i << 1) + 1), &
wpts
[i].address) < 0)
1351
if (
wpts
[i].control != 0)
1353
(PTRACE_TYPE_ARG3) -((i << 1) + 2), &
wpts
[i].control) < 0
[
all
...]
/src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc
209
struct arm_linux_hw_breakpoint
wpts
[MAX_WPTS];
member in struct:arch_process_info
625
pts = proc->priv->arch_private->
wpts
;
670
pts = proc->priv->arch_private->
wpts
;
900
if (arm_hwbp_control_is_enabled (proc_info->
wpts
[i].control))
903
&proc_info->
wpts
[i].address) < 0)
906
if (arm_hwbp_control_is_initialized (proc_info->
wpts
[i].control))
909
&proc_info->
wpts
[i].control) < 0)
Completed in 76 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026