Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp68 m_error_str.empty() ? "<unknown error>" in ValidatePlan()
69 : m_error_str.c_str()); in ValidatePlan()
88 m_error_str = llvm::toString(obj_or_err.takeError()); in DidPush()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h69 std::string m_error_str; variable