Home
last modified time | relevance | path

Searched refs:JDWP_SUSPEND_POLICY (Results 1 – 5 of 5) sorted by relevance

/external/oj-libjdwp/src/share/back/
DeventHelper.c490 if (policy == JDWP_SUSPEND_POLICY(ALL)) { in suspendWithInvokeEnabled()
505 if (recc->suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) { in handleReportEventCompositeCommand()
571 if (command->suspendPolicy == JDWP_SUSPEND_POLICY(ALL)) { in handleReportVMInitCommand()
573 } else if (command->suspendPolicy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in handleReportVMInitCommand()
664 && cmd->u.reportEventComposite.suspendPolicy == JDWP_SUSPEND_POLICY(ALL)) { in needBlockCommandLoop()
901 thisPolicy = JDWP_SUSPEND_POLICY(NONE); in enumForCombinedSuspendPolicy()
904 if (*policy == JDWP_SUSPEND_POLICY(NONE)) { in enumForCombinedSuspendPolicy()
906 } else if (*policy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in enumForCombinedSuspendPolicy()
907 *policy = (thisPolicy == JDWP_SUSPEND_POLICY(ALL))? in enumForCombinedSuspendPolicy()
912 if (*policy == JDWP_SUSPEND_POLICY(ALL)) { in enumForCombinedSuspendPolicy()
[all …]
DstandardHandlers.c70 if (node->suspendPolicy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in handleClassPrepare()
71 node->suspendPolicy = JDWP_SUSPEND_POLICY(ALL); in handleClassPrepare()
DJDWP.h57 #define JDWP_SUSPEND_POLICY(name) \ macro
DdebugInit.c838 suspendPolicy = suspendOnInit ? JDWP_SUSPEND_POLICY(ALL) in initialize()
839 : JDWP_SUSPEND_POLICY(NONE); in initialize()
DeventHandler.c437 if (thread != NULL && suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) { in reportEvents()
1686 ei, JDWP_SUSPEND_POLICY(NONE)); in createInternal()