Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp47 m_error_str.empty() ? "<unknown error>" in ValidatePlan()
48 : m_error_str.c_str()); in ValidatePlan()
67 m_class_name.c_str(), m_args_data, m_error_str, in DidPush()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h68 std::string m_error_str; variable