Home
last modified time | relevance | path

Searched refs:BREAK_ON_START (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dthread_state.cpp31 if (stepKind_ != StepKind::BREAK_ON_START) { in Reset()
45 stepKind_ = StepKind::BREAK_ON_START; in BreakOnStart()
146 case StepKind::BREAK_ON_START: in OnFramePop()
166 case StepKind::BREAK_ON_START: in OnMethodEntry()
192 case StepKind::BREAK_ON_START: { in OnSingleStep()
H A Dthread_state.h67 BREAK_ON_START, member in ark::tooling::inspector::final::StepKind
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_interface.h45 BREAK_ON_START, enumerator
/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp53 debugger_->NotifyPaused({}, BREAK_ON_START); in SingleStep()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h179 BREAK_ON_START enumerator
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h151 case BREAK_ON_START: { in GetReasonString()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp122 .SetReason(PauseReason::XHR).SetReason(PauseReason::BREAK_ON_START); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp357 if (reason != BREAK_ON_START && reason != NATIVE_OUT) { in GeneratePausedInfo()

Completed in 9 milliseconds