Searched defs:CPUWatchpoint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-defs.h163 typedef struct CPUWatchpoint { struct
167 QTAILQ_ENTRY(CPUWatchpoint) entry;
168 } CPUWatchpoint; typedef in typeref:struct:CPUWatchpoint
204 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
205 CPUWatchpoint *watchpoint_hit; \

Completed in 111 milliseconds