Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp448 static const char *infinite_loop_error = "Interpreter ran for too many cycles"; variable
1513 error.SetErrorString(infinite_loop_error); in Interpret()