Searched defs:frameDepth (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | debugger.cpp | 155 static ark::Frame *GetPandaFrame(StackWalker *pstack, uint32_t frameDepth, bool *outIsNative = nullptr) in GetPandaFrame() argument 205 Expected<ark::Frame *, Error> GetPandaFrameByPtThread(PtThread thread, uint32_t frameDepth, Callback nativeFrameHandler) in GetPandaFrameByPtThread() argument 263 std::optional<Error> Debugger::GetThisVariableByFrame(PtThread thread, uint32_t frameDepth, ObjectHeade argument 316 GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, VRegValue *result) const GetVariable() argument 347 SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, const VRegValue &value) const SetVariable() argument [all...] |
Completed in 3 milliseconds