Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp846 std::unique_ptr<BreakpointReturnInfo> bpInfo = std::make_unique<BreakpointReturnInfo>(); in GetPossibleAndSetBreakpointByUrl() local
847 bpInfo->SetId(invalidBpId) in GetPossibleAndSetBreakpointByUrl()
850 outLocations.emplace_back(std::move(bpInfo)); in GetPossibleAndSetBreakpointByUrl()
907 std::unique_ptr<BreakpointReturnInfo> bpInfo = std::make_unique<BreakpointReturnInfo>(); in ProcessSingleBreakpoint() local
908bpInfo->SetScriptId(scriptId).SetLineNumber(lineNumber).SetColumnNumber(columnNumber).SetId(outId); in ProcessSingleBreakpoint()
909 outLocations.emplace_back(std::move(bpInfo)); in ProcessSingleBreakpoint()