Lines Matching refs:gJdwpState
300 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()
716 gJdwpState->ClearWaitForEventThread(); in ClearWaitForEventThread()
822 return gJdwpState->LastDebuggerActivity(); in LastDebuggerActivity()
2778 gJdwpState->PostLocationEvent(&location, this_object, event_flags, return_value); in PostLocationEvent()
2791 gJdwpState->PostFieldEvent(&location, f, this_object, nullptr, false); in PostFieldAccessEvent()
2806 gJdwpState->PostFieldEvent(&location, f, this_object, field_value, true); in PostFieldModificationEvent()
2820 gJdwpState->PostException(&exception_throw_location, exception_object, &exception_catch_location, in PostException()
2828 gJdwpState->PostClassPrepare(c); in PostClassPrepare()
3919 gJdwpState->PostThreadChange(t, type == CHUNK_TYPE("THCR")); in PostThreadStartOrStop()
3945 if (gJdwpState == NULL) { in DdmSendChunkV()
3948 gJdwpState->DdmSendChunkV(type, iov, iov_count); in DdmSendChunkV()