Searched refs:watchpoint_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-watch.h31 } watchpoint_type; typedef in typeref:enum:__anon1376
36 watchpoint_type type;
H A Dsim-watch.c53 static watchpoint_type
58 watchpoint_type type = ((option - OPTION_WATCH_OP)
76 watchpoint_type type,
91 watchpoint_type type)
115 watchpoint_type type)
234 watchpoint_type type,
301 watchpoint_type type;
409 watchpoint_type type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr27861-1.c40 watchpoint_type; typedef in typeref:enum:__anon5994
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr27861-1.c40 watchpoint_type; typedef in typeref:enum:__anon4141
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.h352 enum target_hw_bp_type watchpoint_type;
351 enum target_hw_bp_type watchpoint_type; member in struct:bp_location
H A Dbreakpoint.c1401 loc->watchpoint_type = type;
1475 b->loc->watchpoint_type = -1;
1734 if (val == 1 && bl->watchpoint_type == hw_read)
1743 && loc->watchpoint_type == hw_access
1749 bl->watchpoint_type = hw_access;
1756 bl->watchpoint_type = hw_access;
1761 bl->watchpoint_type = hw_read;
4009 if (bl->watchpoint_type == hw_read)
4025 || bl->watchpoint_type == hw_access)
5109 if (b->type == bp_watchpoint && loc->watchpoint_type
[all...]

Completed in 185 milliseconds