Lines Matching refs:JdwpError
102 static JdwpError finishInvoke(JdwpState* state,
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf,
209 static JdwpError handleVM_ClassesBySignature(JdwpState* state,
258 static JdwpError handleVM_AllThreads(JdwpState* state,
280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state,
304 static JdwpError handleVM_IDSizes(JdwpState* state,
321 static JdwpError handleVM_Dispose(JdwpState* state,
333 static JdwpError handleVM_Suspend(JdwpState* state,
343 static JdwpError handleVM_Resume(JdwpState* state,
353 static JdwpError handleVM_Exit(JdwpState* state,
370 static JdwpError handleVM_CreateString(JdwpState* state,
389 static JdwpError handleVM_Capabilities(JdwpState* state,
405 static JdwpError handleVM_ClassPaths(JdwpState* state,
436 static JdwpError HandleVM_DisposeObjects(JdwpState* state,
445 static JdwpError handleVM_CapabilitiesNew(JdwpState* state,
479 static JdwpError handleVM_AllClassesWithGeneric(JdwpState* state,
513 static JdwpError handleRT_Signature(JdwpState* state,
528 static JdwpError handleRT_Modifiers(JdwpState* state,
542 JdwpError handleRT_GetValues(JdwpState* state,
562 static JdwpError handleRT_SourceFile(JdwpState* state,
579 static JdwpError handleRT_Status(JdwpState* state,
595 static JdwpError handleRT_Interfaces(JdwpState* state,
611 static JdwpError handleRT_ClassObject(JdwpState* state,
629 static JdwpError handleRT_SourceDebugExtension(JdwpState* state,
639 static JdwpError handleRT_SignatureWithGeneric(JdwpState* state,
663 static JdwpError handleRT_ClassLoader(JdwpState* state,
677 static JdwpError handleRT_FieldsWithGeneric(JdwpState* state,
693 static JdwpError handleRT_MethodsWithGeneric(JdwpState* state,
709 static JdwpError handleCT_Superclass(JdwpState* state,
724 static JdwpError handleCT_SetValues(JdwpState* state,
751 static JdwpError handleCT_InvokeMethod(JdwpState* state,
769 static JdwpError handleCT_NewInstance(JdwpState* state,
788 static JdwpError handleAT_newInstance(JdwpState* state,
808 static JdwpError handleM_LineTable(JdwpState* state,
826 static JdwpError handleM_VariableTableWithGeneric(JdwpState* state,
854 static JdwpError handleOR_ReferenceType(JdwpState* state,
873 static JdwpError handleOR_GetValues(JdwpState* state,
894 static JdwpError handleOR_SetValues(JdwpState* state,
929 static JdwpError handleOR_InvokeMethod(JdwpState* state,
944 static JdwpError handleOR_DisableCollection(JdwpState* state,
954 static JdwpError handleOR_EnableCollection(JdwpState* state,
964 static JdwpError handleOR_IsCollected(JdwpState* state,
981 static JdwpError handleSR_Value(JdwpState* state,
998 static JdwpError handleTR_Name(JdwpState* state,
1020 static JdwpError handleTR_Suspend(JdwpState* state,
1039 static JdwpError handleTR_Resume(JdwpState* state,
1058 static JdwpError handleTR_Status(JdwpState* state,
1082 static JdwpError handleTR_ThreadGroup(JdwpState* state,
1100 static JdwpError handleTR_Frames(JdwpState* state,
1148 static JdwpError handleTR_FrameCount(JdwpState* state,
1172 static JdwpError handleTR_CurrentContendedMonitor(JdwpState* state,
1191 static JdwpError handleTR_SuspendCount(JdwpState* state,
1207 static JdwpError handleTGR_Name(JdwpState* state,
1230 static JdwpError handleTGR_Parent(JdwpState* state,
1245 static JdwpError handleTGR_Children(JdwpState* state,
1279 static JdwpError handleAR_Length(JdwpState* state,
1297 static JdwpError handleAR_GetValues(JdwpState* state,
1320 static JdwpError handleAR_SetValues(JdwpState* state,
1340 static JdwpError handleCLR_VisibleClasses(JdwpState* state,
1370 static JdwpError handleER_Set(JdwpState* state,
1544 JdwpError err = dvmJdwpRegisterEvent(state, pEvent);
1557 static JdwpError handleER_Clear(JdwpState* state,
1574 static JdwpError handleSF_GetValues(JdwpState* state,
1602 static JdwpError handleSF_SetValues(JdwpState* state,
1628 static JdwpError handleSF_ThisObject(JdwpState* state,
1656 static JdwpError handleCOR_ReflectedType(JdwpState* state,
1677 static JdwpError handleDDM_Chunk(JdwpState* state,
1713 typedef JdwpError (*JdwpRequestHandler)(JdwpState* state,
1879 JdwpError result = ERR_NONE;