Searched defs:JdwpEvent (Results 1 – 1 of 1) sorted by relevance
86 typedef struct JdwpEvent { struct87 struct JdwpEvent* prev; /* linked list */ argument88 struct JdwpEvent* next; argument90 enum JdwpEventKind eventKind; /* what kind of event is this? */ argument95 JdwpEventMod mods[1]; /* MUST be last field in struct */ argument96 } JdwpEvent; argument