Home | History | Annotate | Download | only in jdwp

Lines Matching refs:GetCommandName

1630 static const char* GetCommandName(Request& request) {
1642 result += GetCommandName(request);
1724 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId();
1727 VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << ")";