OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:watchpoint_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/aarch64/aarch64/
db_machdep.c
105
static struct watchpoint_info
watchpoint_buf
[MAX_WATCHPOINT + 1];
variable in typeref:struct:watchpoint_info[]
793
if (n >= __arraycount(
watchpoint_buf
))
802
watchpoint_buf
[n].addr = addr;
803
watchpoint_buf
[n].size = size;
804
watchpoint_buf
[n].accesstype = accesstype;
830
watchpoint_buf
[i].addr,
831
watchpoint_buf
[i].size,
832
watchpoint_buf
[i].accesstype);
909
addr =
watchpoint_buf
[i].addr;
916
db_printf("), %d bytes",
watchpoint_buf
[i].size)
[
all
...]
db_machdep.c
105
static struct watchpoint_info
watchpoint_buf
[MAX_WATCHPOINT + 1];
variable in typeref:struct:watchpoint_info[]
793
if (n >= __arraycount(
watchpoint_buf
))
802
watchpoint_buf
[n].addr = addr;
803
watchpoint_buf
[n].size = size;
804
watchpoint_buf
[n].accesstype = accesstype;
830
watchpoint_buf
[i].addr,
831
watchpoint_buf
[i].size,
832
watchpoint_buf
[i].accesstype);
909
addr =
watchpoint_buf
[i].addr;
916
db_printf("), %d bytes",
watchpoint_buf
[i].size)
[
all
...]
Completed in 139 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025