/external/oj-libjdwp/src/share/back/ |
D | ThreadReferenceImpl.c | 48 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in name() 63 outStream_setError(out, map2jdwpError(error)); in name() 88 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in suspend() 93 outStream_setError(out, map2jdwpError(error)); in suspend() 110 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in resume() 117 outStream_setError(out, map2jdwpError(error)); in resume() 136 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in status() 143 outStream_setError(out, map2jdwpError(error)); in status() 165 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in threadGroup() 180 outStream_setError(out, map2jdwpError(error)); in threadGroup() [all …]
|
D | VirtualMachineImpl.c | 50 outStream_setError(out, JDWP_ERROR(VM_DEAD)); in version() 106 outStream_setError(out, JDWP_ERROR(VM_DEAD)); in classesForSignature() 112 outStream_setError(out, JDWP_ERROR(OUT_OF_MEMORY)); in classesForSignature() 188 outStream_setError(out, map2jdwpError(error)); in classesForSignature() 204 outStream_setError(out, JDWP_ERROR(VM_DEAD)); in allClasses1() 218 outStream_setError(out, map2jdwpError(error)); in allClasses1() 257 outStream_setError(out, map2jdwpError(error)); in allClasses1() 311 outStream_setError(out, JDWP_ERROR(VM_DEAD)); in instanceCounts() 325 outStream_setError(out, JDWP_ERROR(ILLEGAL_ARGUMENT)); in instanceCounts() 359 outStream_setError(out, map2jdwpError(error)); in instanceCounts() [all …]
|
D | ReferenceTypeImpl.c | 46 outStream_setError(out, map2jdwpError(error)); in signature() 71 outStream_setError(out, map2jdwpError(error)); in signatureWithGeneric() 103 outStream_setError(out, map2jdwpError(error)); in getClassLoader() 126 outStream_setError(out, map2jdwpError(error)); in modifiers() 148 outStream_setError(out, map2jdwpError(error)); in writeMethodInfo() 154 outStream_setError(out, map2jdwpError(error)); in writeMethodInfo() 160 outStream_setError(out, map2jdwpError(error)); in writeMethodInfo() 199 outStream_setError(out, map2jdwpError(error)); in methods1() 238 outStream_setError(out, JDWP_ERROR(VM_DEAD)); in instances() 255 outStream_setError(out, map2jdwpError(error)); in instances() [all …]
|
D | MethodImpl.c | 58 outStream_setError(out, JDWP_ERROR(NATIVE_METHOD)); in lineTable() 64 outStream_setError(out, map2jdwpError(error)); in lineTable() 87 outStream_setError(out, map2jdwpError(error)); in lineTable() 120 outStream_setError(out, JDWP_ERROR(NATIVE_METHOD)); in doVariableTable() 127 outStream_setError(out, map2jdwpError(error)); in doVariableTable() 157 outStream_setError(out, map2jdwpError(error)); in doVariableTable() 203 outStream_setError(out, map2jdwpError(error)); in bytecodes()
|
D | StackFrameImpl.c | 67 outStream_setError(out, map2jdwpError(error)); in writeVariableValue() 247 outStream_setError(out, serror); in getValues() 267 outStream_setError(out, serror); in getValues() 305 outStream_setError(out, serror); in setValues() 331 outStream_setError(out, serror); in setValues() 362 outStream_setError(out, serror); in thisObject() 414 outStream_setError(out, serror); in thisObject() 443 outStream_setError(out, serror); in popFrames() 448 outStream_setError(out, JDWP_ERROR(INVALID_THREAD)); in popFrames() 456 outStream_setError(out, serror); in popFrames()
|
D | ObjectReferenceImpl.c | 187 outStream_setError(out, map2jdwpError(error)); in setValues() 217 outStream_setError(out, map2jdwpError(error)); in monitorInfo() 255 outStream_setError(out, map2jdwpError(error)); in disableCollection() 274 outStream_setError(out, map2jdwpError(error)); in enableCollection() 294 outStream_setError(out, JDWP_ERROR(INVALID_OBJECT)); in isCollected() 317 outStream_setError(out, JDWP_ERROR(VM_DEAD)); in referringObjects() 337 outStream_setError(out, map2jdwpError(error)); in referringObjects()
|
D | ArrayTypeImpl.c | 121 outStream_setError(out, serror); in writeNewObjectArray() 131 outStream_setError(out, JDWP_ERROR(OUT_OF_MEMORY)); in writeNewObjectArray() 185 outStream_setError(out, JDWP_ERROR(TYPE_MISMATCH)); in writeNewPrimitiveArray() 195 outStream_setError(out, JDWP_ERROR(OUT_OF_MEMORY)); in writeNewPrimitiveArray() 227 outStream_setError(out, map2jdwpError(error)); in newInstance()
|
D | EventRequestImpl.c | 257 outStream_setError(out, JDWP_ERROR(INVALID_EVENT_TYPE)); in setCommand() 272 outStream_setError(out, JDWP_ERROR(OUT_OF_MEMORY)); in setCommand() 295 outStream_setError(out, serror); in setCommand() 325 outStream_setError(out, JDWP_ERROR(INVALID_EVENT_TYPE)); in clearCommand() 331 outStream_setError(out, map2jdwpError(error)); in clearCommand() 344 outStream_setError(out, map2jdwpError(error)); in clearAllBreakpoints()
|
D | ArrayReferenceImpl.c | 55 outStream_setError(out, JDWP_ERROR(OUT_OF_MEMORY)); in newComponents() 257 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in getValues() 262 outStream_setError(out, JDWP_ERROR(INVALID_LENGTH)); in getValues() 322 outStream_setError(out, JDWP_ERROR(INVALID_TAG)); in getValues() 334 outStream_setError(out, JDWP_ERROR(INTERNAL)); in getValues() 501 outStream_setError(out, JDWP_ERROR(INVALID_INDEX)); in setValues() 506 outStream_setError(out, JDWP_ERROR(INVALID_LENGTH)); in setValues() 585 outStream_setError(out, serror); in setValues()
|
D | debugLoop.c | 162 outStream_setError(&out, JDWP_ERROR(NOT_IMPLEMENTED)); in debugLoop_run() 169 outStream_setError(&out, JDWP_ERROR(VM_DEAD)); in debugLoop_run() 183 outStream_setError(&out, inStream_error(&in)); in debugLoop_run()
|
D | ClassLoaderReferenceImpl.c | 51 outStream_setError(out, map2jdwpError(error)); in visibleClasses()
|
D | ThreadGroupReferenceImpl.c | 112 outStream_setError(out, map2jdwpError(error)); in children()
|
D | outStream.h | 83 void outStream_setError(PacketOutputStream *stream, jdwpError error);
|
D | DDMImpl.c | 104 outStream_setError(out, JDWP_ERROR(NOT_IMPLEMENTED)); in chunk()
|
D | util.c | 364 outStream_setError(out, map2jdwpError(error)); in writeFieldValue() 439 outStream_setError(out, map2jdwpError(error)); in writeStaticFieldValue() 590 outStream_setError(out, JDWP_ERROR(OUT_OF_MEMORY)); in sharedInvoke() 618 outStream_setError(out, JDWP_ERROR(INTERNAL)); in sharedInvoke() 634 outStream_setError(out, map2jdwpError(error)); in sharedInvoke()
|
D | outStream.c | 396 outStream_setError(PacketOutputStream *stream, jdwpError error) in outStream_setError() function
|