Home | History | Annotate | Download | only in jdwp

Lines Matching refs:GetDebugThread

1722   CHECK_EQ(self, GetDebugThread()) << "Requests are only processed by debug thread";
1734 CHECK_EQ(self, GetDebugThread()) << "Requests are only processed by debug thread";
1746 CHECK_NE(self, GetDebugThread()) << "Events should not be posted by debug thread";