Searched refs:JdwpStepSize (Results 1 – 5 of 5) sorted by relevance
175 enum JdwpStepSize { enum179 std::ostream& operator<<(std::ostream& os, const JdwpStepSize& value);
210 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
1309 << " size=" << JdwpStepSize(size) << " depth=" << JdwpStepDepth(depth); in ER_Set()
92 SingleStepControl(JDWP::JdwpStepSize step_size, JDWP::JdwpStepDepth step_depth, in SingleStepControl()98 JDWP::JdwpStepSize GetStepSize() const { in GetStepSize()124 const JDWP::JdwpStepSize step_size_;594 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
3680 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()