OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wp_count
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c
586
gdb_byte
wp_count
;
member in struct:arm_linux_hwbp_cap
621
info.
wp_count
= (gdb_byte)((val >> 8) & 0xff);
624
if (info.
wp_count
> MAX_WPTS)
627
supports %d"), MAX_WPTS, info.
wp_count
);
628
info.
wp_count
= MAX_WPTS;
657
return cap != NULL ? cap->
wp_count
: 0;
1115
if (cap == NULL || cap->
wp_count
== 0)
go32-nat.c
224
typedef enum { wp_insert, wp_remove,
wp_count
} wp_op;
enumerator in enum:__anon222
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc
173
unsigned char
wp_count
;
member in struct:__anon389
412
arm_linux_hwbp_cap.
wp_count
= (unsigned char)((val >> 8) & 0xff);
415
if (arm_linux_hwbp_cap.
wp_count
> MAX_WPTS)
432
return arm_linux_hwbp_cap.
wp_count
;
/src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c
584
gdb_byte
wp_count
;
member in struct:arm_linux_hwbp_cap
619
info.
wp_count
= (gdb_byte)((val >> 8) & 0xff);
622
if (info.
wp_count
> MAX_WPTS)
625
supports %d"), MAX_WPTS, info.
wp_count
);
626
info.
wp_count
= MAX_WPTS;
655
return cap != NULL ? cap->
wp_count
: 0;
1113
if (cap == NULL || cap->
wp_count
== 0)
go32-nat.c
224
typedef enum { wp_insert, wp_remove,
wp_count
} wp_op;
enumerator in enum:__anon299
/src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc
173
unsigned char
wp_count
;
member in struct:__anon743
412
arm_linux_hwbp_cap.
wp_count
= (unsigned char)((val >> 8) & 0xff);
415
if (arm_linux_hwbp_cap.
wp_count
> MAX_WPTS)
432
return arm_linux_hwbp_cap.
wp_count
;
Completed in 28 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026