Lines Matching defs:JDWP
22 #include "jdwp/jdwp_bits.h"
23 #include "jdwp/jdwp_constants.h"
24 #include "jdwp/jdwp_expand_buf.h"
39 namespace JDWP {
66 * Holds a JDWP "location".
103 * State for JDWP functions.
125 * Returns the Thread* for the JDWP daemon thread.
144 * the debugger. The main JDWP handler loop calls "get" before processing
146 * thread has suspended itself, the JDWP handler calls "clear" and
170 * JDWP support thread) to be suspended.
181 * single-stepping, and method entry/exit. (JDWP requires that these four
273 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
298 /* wait for creation of the JDWP thread */
381 VLOG(jdwp) << " " << specific_kind << " " << value;
394 // Return values from this JDWP packet's header.
428 } // namespace JDWP