Home
last modified time | relevance | path

Searched defs:GetVariable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h475 …virtual std::optional<Error> GetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t… in GetVariable() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp314 std::optional<Error> Debugger::GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in GetVariable() function in ark::tooling::Debugger