Home
last modified time | relevance | path

Searched refs:SetPauseOnExceptions (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h64 DispatchResponse SetPauseOnExceptions(const SetPauseOnExceptionsParams &params);
125 void SetPauseOnExceptions(const DispatchRequest &request);
Ddebugger_impl.cpp291 { "setPauseOnExceptions", &DebuggerImpl::DispatcherImpl::SetPauseOnExceptions }, in Dispatch()
441 void DebuggerImpl::DispatcherImpl::SetPauseOnExceptions(const DispatchRequest &request) in SetPauseOnExceptions() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
449 DispatchResponse response = debugger_->SetPauseOnExceptions(*params); in SetPauseOnExceptions()
914 DispatchResponse DebuggerImpl::SetPauseOnExceptions(const SetPauseOnExceptionsParams &params) in SetPauseOnExceptions() function in panda::ecmascript::tooling::DebuggerImpl