Searched refs:debug_event (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhaiku-nat.c52 typedef struct debug_event { struct
53 struct debug_event *next;
56 } debug_event; typedef in typeref:struct:debug_event
59 debug_event *head;
60 debug_event *tail;
77 debug_event *last_event; // last debug message from
405 static debug_event *
409 debug_event *event = XMALLOC(debug_event);
432 static debug_event *
[all...]
H A Dwin32-nat.c1229 BOOL debug_event; local
1237 if (!(debug_event = WaitForDebugEvent (&current_event, 1000)))
H A Dwince.c1365 BOOL debug_event; local
1370 if (!(debug_event = wait_for_debug_event (&current_event, 1000)))

Completed in 82 milliseconds