Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp60 m_constructor_errors.Printf( in ConstructorSetup()
64 m_constructor_errors.GetData()); in ConstructorSetup()
70 m_constructor_errors.Printf( in ConstructorSetup()
73 m_constructor_errors.GetData()); in ConstructorSetup()
86 m_constructor_errors.Printf("Setting up ThreadPlanCallFunction, failed to " in ConstructorSetup()
89 m_constructor_errors.GetData()); in ConstructorSetup()
109 m_stored_thread_state(), m_real_stop_info_sp(), m_constructor_errors(), in ThreadPlanCallFunction()
142 m_stored_thread_state(), m_real_stop_info_sp(), m_constructor_errors(), in ThreadPlanCallFunction()
233 if (m_constructor_errors.GetSize() > 0) in ValidatePlan()
234 error->PutCString(m_constructor_errors in ValidatePlan()
[all...]
H A DThreadPlanStepOut.cpp133 m_constructor_errors.Printf("Return address (0x%" PRIx64 in ThreadPlanStepOut()
137 m_constructor_errors.GetData()); in ThreadPlanStepOut()
258 if (m_constructor_errors.GetSize() > 0) { in ValidatePlan()
260 error->PutCString(m_constructor_errors.GetString()); in ValidatePlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h136 StreamString m_constructor_errors; variable
H A DThreadPlanStepOut.h75 StreamString m_constructor_errors; variable