Lines Matching refs:JdwpError
82 JDWP::JdwpError error;
261 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
263 static JDWP::JdwpError GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId& superclass_id)
265 static JDWP::JdwpError GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
267 static JDWP::JdwpError GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
269 static JDWP::JdwpError GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply)
273 static JDWP::JdwpError GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
278 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
280 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
282 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string& source_file)
284 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag)
288 static JDWP::JdwpError GetArrayLength(JDWP::ObjectId array_id, int& length)
290 static JDWP::JdwpError OutputArray(JDWP::ObjectId array_id, int offset, int count,
293 static JDWP::JdwpError SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
299 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object)
301 static JDWP::JdwpError CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
328 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
330 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
335 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
343 static JDWP::JdwpError GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,
346 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
349 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
352 static JDWP::JdwpError DisableCollection(JDWP::ObjectId object_id)
354 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
356 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool& is_collected)
366 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic,
369 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic,
372 static JDWP::JdwpError OutputDeclaredInterfaces(JDWP::RefTypeId ref_type_id,
387 static JDWP::JdwpError GetBytecodes(JDWP::RefTypeId class_id, JDWP::MethodId method_id,
397 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
400 static JDWP::JdwpError SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
403 JdwpError GetStaticFieldValue(JDWP::RefTypeId ref_type_id, JDWP::FieldId field_id,
406 static JDWP::JdwpError SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width)
409 static JDWP::JdwpError StringToUtf8(JDWP::ObjectId string_id, std::string* str)
417 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string& name)
420 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
423 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
426 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
429 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
436 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
440 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
452 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result)
454 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
468 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
484 static JDWP::JdwpError GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply)
487 static JDWP::JdwpError SetLocalValues(JDWP::Request* request)
491 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
556 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
563 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
651 static JDWP::JdwpError GetLocalValue(const StackVisitor& visitor,
656 static JDWP::JdwpError SetLocalValue(StackVisitor& visitor, int slot, JDWP::JdwpTag tag,