Home
last modified time | relevance | path

Searched refs:EvaluateOnCallFrameParams (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Ddebugger.py56 class EvaluateOnCallFrameParams: class
141 def evaluate_on_call_frame(params: EvaluateOnCallFrameParams):
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.h84 class EvaluateOnCallFrameParams : public PtBaseParams { class
86 EvaluateOnCallFrameParams() = default;
87 ~EvaluateOnCallFrameParams() override = default;
89 static std::unique_ptr<EvaluateOnCallFrameParams> Create(const PtJson &params);
102 NO_COPY_SEMANTIC(EvaluateOnCallFrameParams);
103 NO_MOVE_SEMANTIC(EvaluateOnCallFrameParams);
H A Dpt_params.cpp41 std::unique_ptr<EvaluateOnCallFrameParams> EvaluateOnCallFrameParams::Create(const PtJson &params) in Create()
43 auto paramsObject = std::make_unique<EvaluateOnCallFrameParams>(); in Create()
107 LOG_DEBUGGER(ERROR) << "EvaluateOnCallFrameParams::Create " << error; in Create()
/arkcompiler/toolchain/tooling/test/
H A Dpt_params_test.cpp71 std::unique_ptr<EvaluateOnCallFrameParams> result = EvaluateOnCallFrameParams::Create(*ptJson); in HWTEST_F_L0()
H A Ddebugger_params_test.cpp621 std::unique_ptr<EvaluateOnCallFrameParams> objectData; in HWTEST_F_L0()
625 objectData = EvaluateOnCallFrameParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
630 objectData = EvaluateOnCallFrameParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
635 objectData = EvaluateOnCallFrameParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
646 objectData = EvaluateOnCallFrameParams::Create(DispatchRequest(msg).GetParams()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h67 DispatchResponse EvaluateOnCallFrame(const EvaluateOnCallFrameParams &params,
H A Ddebugger_impl.cpp655 std::unique_ptr<EvaluateOnCallFrameParams> params = EvaluateOnCallFrameParams::Create(request.GetParams()); in EvaluateOnCallFrame()
1069 DispatchResponse DebuggerImpl::EvaluateOnCallFrame(const EvaluateOnCallFrameParams &params, in EvaluateOnCallFrame()

Completed in 10 milliseconds