Lines Matching refs:JdwpError
102 static JdwpError finishInvoke(JdwpState* state, in finishInvoke()
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId, in finishInvoke()
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version()
209 static JdwpError handleVM_ClassesBySignature(JdwpState* state, in handleVM_ClassesBySignature()
258 static JdwpError handleVM_AllThreads(JdwpState* state, in handleVM_AllThreads()
280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state, in handleVM_TopLevelThreadGroups()
304 static JdwpError handleVM_IDSizes(JdwpState* state, in handleVM_IDSizes()
321 static JdwpError handleVM_Dispose(JdwpState* state, in handleVM_Dispose()
333 static JdwpError handleVM_Suspend(JdwpState* state, in handleVM_Suspend()
343 static JdwpError handleVM_Resume(JdwpState* state, in handleVM_Resume()
353 static JdwpError handleVM_Exit(JdwpState* state, in handleVM_Exit()
370 static JdwpError handleVM_CreateString(JdwpState* state, in handleVM_CreateString()
390 static JdwpError handleVM_Capabilities(JdwpState* state, in handleVM_Capabilities()
406 static JdwpError handleVM_ClassPaths(JdwpState* state, in handleVM_ClassPaths()
437 static JdwpError HandleVM_DisposeObjects(JdwpState* state, in HandleVM_DisposeObjects()
446 static JdwpError handleVM_CapabilitiesNew(JdwpState* state, in handleVM_CapabilitiesNew()
480 static JdwpError handleVM_AllClassesWithGeneric(JdwpState* state, in handleVM_AllClassesWithGeneric()
514 static JdwpError handleRT_Signature(JdwpState* state, in handleRT_Signature()
529 static JdwpError handleRT_Modifiers(JdwpState* state, in handleRT_Modifiers()
543 static JdwpError handleRT_GetValues(JdwpState* state, in handleRT_GetValues()
563 static JdwpError handleRT_SourceFile(JdwpState* state, in handleRT_SourceFile()
580 static JdwpError handleRT_Status(JdwpState* state, in handleRT_Status()
596 static JdwpError handleRT_Interfaces(JdwpState* state, in handleRT_Interfaces()
612 static JdwpError handleRT_ClassObject(JdwpState* state, in handleRT_ClassObject()
630 static JdwpError handleRT_SourceDebugExtension(JdwpState* state, in handleRT_SourceDebugExtension()
640 static JdwpError handleRT_SignatureWithGeneric(JdwpState* state, in handleRT_SignatureWithGeneric()
664 static JdwpError handleRT_ClassLoader(JdwpState* state, in handleRT_ClassLoader()
678 static JdwpError handleRT_FieldsWithGeneric(JdwpState* state, in handleRT_FieldsWithGeneric()
694 static JdwpError handleRT_MethodsWithGeneric(JdwpState* state, in handleRT_MethodsWithGeneric()
710 static JdwpError handleCT_Superclass(JdwpState* state, in handleCT_Superclass()
725 static JdwpError handleCT_SetValues(JdwpState* state, in handleCT_SetValues()
752 static JdwpError handleCT_InvokeMethod(JdwpState* state, in handleCT_InvokeMethod()
770 static JdwpError handleCT_NewInstance(JdwpState* state, in handleCT_NewInstance()
789 static JdwpError handleAT_newInstance(JdwpState* state, in handleAT_newInstance()
809 static JdwpError handleM_LineTable(JdwpState* state, in handleM_LineTable()
827 static JdwpError handleM_VariableTableWithGeneric(JdwpState* state, in handleM_VariableTableWithGeneric()
855 static JdwpError handleOR_ReferenceType(JdwpState* state, in handleOR_ReferenceType()
874 static JdwpError handleOR_GetValues(JdwpState* state, in handleOR_GetValues()
895 static JdwpError handleOR_SetValues(JdwpState* state, in handleOR_SetValues()
930 static JdwpError handleOR_InvokeMethod(JdwpState* state, in handleOR_InvokeMethod()
945 static JdwpError handleOR_DisableCollection(JdwpState* state, in handleOR_DisableCollection()
955 static JdwpError handleOR_EnableCollection(JdwpState* state, in handleOR_EnableCollection()
965 static JdwpError handleOR_IsCollected(JdwpState* state, in handleOR_IsCollected()
982 static JdwpError handleSR_Value(JdwpState* state, in handleSR_Value()
999 static JdwpError handleTR_Name(JdwpState* state, in handleTR_Name()
1021 static JdwpError handleTR_Suspend(JdwpState* state, in handleTR_Suspend()
1040 static JdwpError handleTR_Resume(JdwpState* state, in handleTR_Resume()
1059 static JdwpError handleTR_Status(JdwpState* state, in handleTR_Status()
1084 static JdwpError handleTR_ThreadGroup(JdwpState* state, in handleTR_ThreadGroup()
1102 static JdwpError handleTR_Frames(JdwpState* state, in handleTR_Frames()
1150 static JdwpError handleTR_FrameCount(JdwpState* state, in handleTR_FrameCount()
1174 static JdwpError handleTR_CurrentContendedMonitor(JdwpState* state, in handleTR_CurrentContendedMonitor()
1193 static JdwpError handleTR_SuspendCount(JdwpState* state, in handleTR_SuspendCount()
1209 static JdwpError handleTGR_Name(JdwpState* state, in handleTGR_Name()
1232 static JdwpError handleTGR_Parent(JdwpState* state, in handleTGR_Parent()
1247 static JdwpError handleTGR_Children(JdwpState* state, in handleTGR_Children()
1281 static JdwpError handleAR_Length(JdwpState* state, in handleAR_Length()
1299 static JdwpError handleAR_GetValues(JdwpState* state, in handleAR_GetValues()
1322 static JdwpError handleAR_SetValues(JdwpState* state, in handleAR_SetValues()
1342 static JdwpError handleCLR_VisibleClasses(JdwpState* state, in handleCLR_VisibleClasses()
1372 static JdwpError handleER_Set(JdwpState* state, in handleER_Set()
1546 JdwpError err = dvmJdwpRegisterEvent(state, pEvent); in handleER_Set()
1559 static JdwpError handleER_Clear(JdwpState* state, in handleER_Clear()
1576 static JdwpError handleSF_GetValues(JdwpState* state, in handleSF_GetValues()
1604 static JdwpError handleSF_SetValues(JdwpState* state, in handleSF_SetValues()
1630 static JdwpError handleSF_ThisObject(JdwpState* state, in handleSF_ThisObject()
1658 static JdwpError handleCOR_ReflectedType(JdwpState* state, in handleCOR_ReflectedType()
1679 static JdwpError handleDDM_Chunk(JdwpState* state, in handleDDM_Chunk()
1715 typedef JdwpError (*JdwpRequestHandler)(JdwpState* state,
1881 JdwpError result = ERR_NONE; in dvmJdwpProcessRequest()