Searched refs:JdwpLocation (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/jdwp/ |
D | Jdwp.h | 81 typedef struct JdwpLocation { struct 86 } JdwpLocation; argument 204 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, 212 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, 213 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,
|
D | JdwpHandler.h | 45 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc);
|
D | JdwpEvent.h | 56 JdwpLocation loc;
|
D | JdwpEvent.c | 104 const JdwpLocation* pLoc; /* LocationOnly */ 444 static inline bool locationMatch(const JdwpLocation* pLoc1, in locationMatch() 445 const JdwpLocation* pLoc2) in locationMatch() 812 bool dvmJdwpPostLocationEvent(JdwpState* state, const JdwpLocation* pLoc, in dvmJdwpPostLocationEvent() 1030 bool dvmJdwpPostException(JdwpState* state, const JdwpLocation* pThrowLoc, in dvmJdwpPostException() 1032 const JdwpLocation* pCatchLoc, ObjectId thisPtr) in dvmJdwpPostException()
|
D | JdwpHandler.c | 59 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc) in jdwpReadLocation() 71 void dvmJdwpAddLocation(ExpandBuf* pReply, const JdwpLocation* pLoc) in dvmJdwpAddLocation() 1227 JdwpLocation loc; in handleTR_Frames() 1597 JdwpLocation loc; in handleER_Set()
|
/dalvik/vm/ |
D | Debugger.h | 241 JdwpLocation* pLoc); 277 bool dvmDbgWatchLocation(const JdwpLocation* pLoc); 278 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc);
|
D | Debugger.c | 2117 JdwpLocation* pLoc) in dvmDbgGetThreadFrame() 2461 JdwpLocation loc; in dvmDbgPostLocationEvent() 2491 JdwpLocation throwLoc, catchLoc; in dvmDbgPostException() 2578 bool dvmDbgWatchLocation(const JdwpLocation* pLoc) in dvmDbgWatchLocation() 2589 void dvmDbgUnwatchLocation(const JdwpLocation* pLoc) in dvmDbgUnwatchLocation()
|