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