Searched refs:BREAKPOINT (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/ |
H A D | config_handler_breakpoints.cpp | 87 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 D | test_util.cpp | 39 ADD_CASE(DebugEvent::BREAKPOINT); in operator <<()
|
H A D | test_events.h | 37 BREAKPOINT, member in panda::ecmascript::tooling::test::DebugEvent
|
H A D | test_util.h | 60 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
|
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_step_over_test.h | 55 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsStepOverTest()
|
H A D | js_step_out_test.h | 55 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsStepOutTest()
|
H A D | js_step_into_test.h | 57 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsStepIntoTest()
|
H A D | js_range_error_test.h | 37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsRangeErrorTest()
|
H A D | js_throw_exception_test.h | 37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
in JsThrowExceptionTest()
|
H A D | js_syntax_exception_test.h | 37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
in JsSyntaxExceptionTest()
|
H A D | js_variable_first_test.h | 31 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsVariableFirstTest()
|
H A D | js_variable_second_test.h | 31 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsVariableSecondTest()
|
H A D | js_dropframe_test.h | 34 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location); in JsDropFrameTest()
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | api_test.h | 62 _(BREAKPOINT) \
|
H A D | test_util.h | 79 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
|
Completed in 8 milliseconds