Home | History | Annotate | Download | only in jdwp

Lines Matching refs:GetCommandName

1595 static const char* GetCommandName(Request& request) {
1607 result += GetCommandName(request);
1692 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId();
1695 VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << ")";