Home
last modified time | relevance | path

Searched refs:gJdwpState (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc300 static JDWP::JdwpState* gJdwpState = NULL; variable
653 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 …]