OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_watchpoint
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/aarch64/aarch64/
db_machdep.c
90
#define
MAX_WATCHPOINT
15
93
static int
max_watchpoint
=
MAX_WATCHPOINT
;
variable in typeref:typename:int
105
static struct watchpoint_info watchpoint_buf[
MAX_WATCHPOINT
+ 1];
815
for (i = 0; i <=
max_watchpoint
; i++)
828
for (i = 0; i <=
max_watchpoint
; i++) {
876
if (
max_watchpoint
> cpu_max_watchpoint)
877
max_watchpoint
= cpu_max_watchpoint;
908
for (nused = 0, i = 0; i <=
max_watchpoint
; i++) {
933
db_printf("watchpoint used %d/%d\n", nused,
max_watchpoint
+ 1)
[
all
...]
db_machdep.c
90
#define
MAX_WATCHPOINT
15
93
static int
max_watchpoint
=
MAX_WATCHPOINT
;
variable in typeref:typename:int
105
static struct watchpoint_info watchpoint_buf[
MAX_WATCHPOINT
+ 1];
815
for (i = 0; i <=
max_watchpoint
; i++)
828
for (i = 0; i <=
max_watchpoint
; i++) {
876
if (
max_watchpoint
> cpu_max_watchpoint)
877
max_watchpoint
= cpu_max_watchpoint;
908
for (nused = 0, i = 0; i <=
max_watchpoint
; i++) {
933
db_printf("watchpoint used %d/%d\n", nused,
max_watchpoint
+ 1)
[
all
...]
Completed in 78 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025