Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JDWP

22 #include "jdwp/jdwp_bits.h"
23 #include "jdwp/jdwp_constants.h"
24 #include "jdwp/jdwp_expand_buf.h"
47 namespace JDWP {
79 * Holds a JDWP "location".
116 * State for JDWP functions.
138 * Returns the Thread* for the JDWP daemon thread.
157 * the debugger. The main JDWP handler loop calls "get" before processing
159 * thread has suspended itself, the JDWP handler calls "clear" and
184 * JDWP support thread) to be suspended.
195 * single-stepping, and method entry/exit. (JDWP requires that these four
305 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
334 /* wait for creation of the JDWP thread */
424 VLOG(jdwp) << " " << specific_kind << " " << value;
437 // Return values from this JDWP packet's header.
471 } // namespace JDWP