diff options
Diffstat (limited to 'runtime/debugger.h')
-rw-r--r-- | runtime/debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debugger.h b/runtime/debugger.h index 9005fda392..6b7e2ba6e8 100644 --- a/runtime/debugger.h +++ b/runtime/debugger.h @@ -270,7 +270,7 @@ class Dbg { static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatus, JDWP::JdwpSuspendStatus* pSuspendStatus); static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply); - //static void WaitForSuspend(JDWP::ObjectId thread_id); + // static void WaitForSuspend(JDWP::ObjectId thread_id); // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == 0, // returns all threads. |