Home
last modified time | relevance | path

Searched refs:BREAKPOINT (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dconfig_handler_breakpoints.cpp87 static const auto BREAKPOINT = (~WS >> METHOD_NAME >> *(~WS >> COMMA >> ~WS >> OFFSET) >> ~WS >> P::End()) | in BreakpointParser() local
89 return BREAKPOINT; in BreakpointParser()
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.cpp39 ADD_CASE(DebugEvent::BREAKPOINT); in operator <<()
H A Dtest_events.h37 BREAKPOINT, member in panda::ecmascript::tooling::test::DebugEvent
H A Dtest_util.h60 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_step_over_test.h55 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsStepOverTest()
H A Djs_step_out_test.h55 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsStepOutTest()
H A Djs_step_into_test.h57 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsStepIntoTest()
H A Djs_range_error_test.h37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsRangeErrorTest()
H A Djs_throw_exception_test.h37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsThrowExceptionTest()
H A Djs_syntax_exception_test.h37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsSyntaxExceptionTest()
H A Djs_variable_first_test.h31 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsVariableFirstTest()
H A Djs_variable_second_test.h31 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsVariableSecondTest()
H A Djs_dropframe_test.h34 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsDropFrameTest()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dapi_test.h62 _(BREAKPOINT) \
H A Dtest_util.h79 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()

Completed in 8 milliseconds