Searched defs:JdwpEvent (Results 1 – 1 of 1) sorted by relevance
91 struct JdwpEvent { struct92 JdwpEvent* prev; /* linked list */ argument93 JdwpEvent* next; argument95 JdwpEventKind eventKind; /* what kind of event is this? */ argument100 JdwpEventMod mods[1]; /* MUST be last field in struct */ argument106 JdwpEvent* EventAlloc(int numMods); argument