Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h148 using ExpressionWrapper = std::string; variable
532 …::optional<Error> EvaluateExpression(PtThread thread, uint32_t frameNumber, ExpressionWrapper expr,
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h329 [[maybe_unused]] ExpressionWrapper expr, in EvaluateExpression()