Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp51 m_error_str.empty() ? "<unknown error>" in ValidatePlan()
52 : m_error_str.c_str()); in ValidatePlan()
71 m_class_name.c_str(), m_args_data, m_error_str, in DidPush()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h69 std::string m_error_str; variable