Home
last modified time | relevance | path

Searched refs:JdwpError (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc59 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id) in WriteTaggedObject()
62 JdwpError rc = Dbg::GetObjectTag(object_id, &tag); in WriteTaggedObject()
70 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects) in WriteTaggedObjectList()
74 JdwpError rc = WriteTaggedObject(reply, objects[i]); in WriteTaggedObjectList()
88 static JdwpError RequestInvoke(JdwpState*, Request* request, in RequestInvoke()
118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()
129 static JdwpError VM_Version(JdwpState*, Request*, ExpandBuf* pReply) in VM_Version()
153 static JdwpError VM_ClassesBySignature(JdwpState*, Request* request, ExpandBuf* pReply) in VM_ClassesBySignature()
166 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr); in VM_ClassesBySignature()
185 static JdwpError VM_AllThreads(JdwpState*, Request*, ExpandBuf* pReply) in VM_AllThreads()
[all …]
Djdwp_constants.h31 enum JdwpError { enum
90 std::ostream& operator<<(std::ostream& os, const JdwpError& value);
Dobject_registry.h84 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error) in Get()
117 mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error)
Djdwp_event.cc189 JdwpError JdwpState::RegisterEvent(JdwpEvent* pEvent) { in RegisterEvent()
215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
268 JdwpError error; in UnregisterLocationEventsOnClass()
835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread()
Dobject_registry.cc179 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { in InternalGet()
Djdwp.h283 JdwpError RegisterEvent(JdwpEvent* pEvent)
/art/runtime/
Ddebugger.h290 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id)
292 static JDWP::JdwpError GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId* superclass_id)
294 static JDWP::JdwpError GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
296 static JDWP::JdwpError GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
298 static JDWP::JdwpError GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply)
302 static JDWP::JdwpError GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
307 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
309 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
311 static JDWP::JdwpError GetSourceDebugExtension(JDWP::RefTypeId ref_type_id,
314 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string* source_file)
[all …]
Ddebugger.cc423 static mirror::Array* DecodeNonNullArray(JDWP::RefTypeId id, JDWP::JdwpError* error) in DecodeNonNullArray()
438 static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError* error) in DecodeClass()
454 JDWP::JdwpError* error) in DecodeThread()
774 JDWP::JdwpError error; in GetClassName()
797 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) { in GetClassObject()
798 JDWP::JdwpError status; in GetClassObject()
808 JDWP::JdwpError Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId* superclass_id) { in GetSuperclass()
809 JDWP::JdwpError status; in GetSuperclass()
824 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader()
825 JDWP::JdwpError error; in GetClassLoader()
[all …]