Searched refs:gJdwpState (Results 1 – 1 of 1) sorted by relevance
370 static JDWP::JdwpState* gJdwpState = nullptr; variable588 gJdwpState = JDWP::JdwpState::Create(&gJdwpOptions); in StartJdwp()589 if (gJdwpState == nullptr) { in StartJdwp()598 if (gJdwpState->IsActive()) { in StartJdwp()600 gJdwpState->PostVMStart(); in StartJdwp()607 if (gJdwpState != nullptr && gJdwpState->IsActive()) { in StopJdwp()608 gJdwpState->PostVMDeath(); in StopJdwp()612 delete gJdwpState; in StopJdwp()613 gJdwpState = nullptr; in StopJdwp()645 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr; in GetDebugThread()[all …]