Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h297 …std::optional<Error> GetVariable([[maybe_unused]] PtThread thread, [[maybe_unused]] uint32_t frame… in GetVariable() function
Ddebugger.cpp317 std::optional<Error> Debugger::GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber, in GetVariable() function in panda::tooling::Debugger
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h509 …virtual std::optional<Error> GetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t… in GetVariable() function