OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpts
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c
736
struct arm_linux_hw_breakpoint
bpts
[MAX_BPTS];
member in struct:arm_linux_debug_reg_state
987
struct arm_linux_hw_breakpoint*
bpts
;
local
995
bpts
= arm_linux_get_debug_reg_state (pid)->wpts;
1000
bpts
= arm_linux_get_debug_reg_state (pid)->
bpts
;
1004
if (!arm_hwbp_control_is_enabled (
bpts
[i].control))
1006
bpts
[i] = *bpt;
1028
struct arm_linux_hw_breakpoint*
bpts
;
local
1036
bpts
= arm_linux_get_debug_reg_state (pid)->wpts;
1041
bpts
= arm_linux_get_debug_reg_state (pid)->bpts
1244
struct arm_linux_hw_breakpoint *
bpts
, *wpts;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c
736
struct arm_linux_hw_breakpoint
bpts
[MAX_BPTS];
member in struct:arm_linux_debug_reg_state
995
struct arm_linux_hw_breakpoint*
bpts
;
local
1003
bpts
= arm_linux_get_debug_reg_state (pid)->wpts;
1008
bpts
= arm_linux_get_debug_reg_state (pid)->
bpts
;
1012
if (!arm_hwbp_control_is_enabled (
bpts
[i].control))
1014
bpts
[i] = *bpt;
1036
struct arm_linux_hw_breakpoint*
bpts
;
local
1044
bpts
= arm_linux_get_debug_reg_state (pid)->wpts;
1049
bpts
= arm_linux_get_debug_reg_state (pid)->bpts
1280
struct arm_linux_hw_breakpoint *
bpts
, *wpts;
local
[
all
...]
/src/external/gpl3/gdb/dist/sim/erc32/
interf.c
474
sregs.
bpts
[sregs.bptnum] = addr & ~0x3;
488
while ((i < sregs.bptnum) && (sregs.
bpts
[i] != addr))
490
if (addr == sregs.
bpts
[i]) {
492
sregs.
bpts
[i] = sregs.
bpts
[i + 1];
sis.h
92
uint32_t
bpts
[BPT_MAX]; /* Breakpoints */
member in struct:pstate
func.c
376
printf(" %d : 0x%08x\n", i + 1, sregs->
bpts
[i]);
380
sregs->
bpts
[sregs->bptnum] = VAL(cmd1) & ~0x3;
382
sregs->bptnum + 1, sregs->
bpts
[sregs->bptnum]);
390
sregs->
bpts
[i]);
392
sregs->
bpts
[i] = sregs->
bpts
[i + 1];
959
if (sregs->pc == sregs->
bpts
[i])
/src/external/gpl3/gdb.old/dist/sim/erc32/
interf.c
474
sregs.
bpts
[sregs.bptnum] = addr & ~0x3;
488
while ((i < sregs.bptnum) && (sregs.
bpts
[i] != addr))
490
if (addr == sregs.
bpts
[i]) {
492
sregs.
bpts
[i] = sregs.
bpts
[i + 1];
sis.h
92
uint32_t
bpts
[BPT_MAX]; /* Breakpoints */
member in struct:pstate
func.c
376
printf(" %d : 0x%08x\n", i + 1, sregs->
bpts
[i]);
380
sregs->
bpts
[sregs->bptnum] = VAL(cmd1) & ~0x3;
382
sregs->bptnum + 1, sregs->
bpts
[sregs->bptnum]);
390
sregs->
bpts
[i]);
392
sregs->
bpts
[i] = sregs->
bpts
[i + 1];
959
if (sregs->pc == sregs->
bpts
[i])
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc
207
struct arm_linux_hw_breakpoint
bpts
[MAX_BPTS];
member in struct:arch_process_info
630
pts = proc->priv->arch_private->
bpts
;
675
pts = proc->priv->arch_private->
bpts
;
839
if (arm_hwbp_control_is_enabled (proc_info->
bpts
[i].control))
842
&proc_info->
bpts
[i].address) < 0)
845
if (arm_hwbp_control_is_initialized (proc_info->
bpts
[i].control))
848
&proc_info->
bpts
[i].control) < 0)
/src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc
207
struct arm_linux_hw_breakpoint
bpts
[MAX_BPTS];
member in struct:arch_process_info
630
pts = proc->priv->arch_private->
bpts
;
675
pts = proc->priv->arch_private->
bpts
;
865
unsigned int address = proc_info->
bpts
[i].address;
866
arm_hwbp_control_t control = proc_info->
bpts
[i].control;
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026