Searched refs:gJdwpState (Results 1 – 1 of 1) sorted by relevance
300 static JDWP::JdwpState* gJdwpState = NULL; variable653 gJdwpState = JDWP::JdwpState::Create(&gJdwpOptions); in StartJdwp()654 if (gJdwpState == NULL) { in StartJdwp()663 if (gJdwpState->IsActive()) { in StartJdwp()665 if (!gJdwpState->PostVMStart()) { in StartJdwp()674 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()675 gJdwpState->PostVMDeath(); in StopJdwp()679 delete gJdwpState; in StopJdwp()680 gJdwpState = nullptr; in StopJdwp()712 return (gJdwpState != NULL) ? gJdwpState->GetDebugThread() : NULL; in GetDebugThread()[all …]