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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp59 m_constructor_errors.Printf(
63 m_constructor_errors.GetData());
69 m_constructor_errors.Printf(
72 m_constructor_errors.GetData());
85 m_constructor_errors.Printf("Setting up ThreadPlanCallFunction, failed to "
88 m_constructor_errors.GetData());
228 if (m_constructor_errors.GetSize() > 0)
229 error->PutCString(m_constructor_errors.GetString());
H A DThreadPlanStepOut.cpp133 m_constructor_errors.Printf("Return address (0x%" PRIx64
137 m_constructor_errors.GetData());
140 m_constructor_errors.Printf("Return address (0x%" PRIx64
144 m_constructor_errors.GetData());
262 if (m_constructor_errors.GetSize() > 0) {
264 error->PutCString(m_constructor_errors.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h136 StreamString m_constructor_errors; member in class:lldb_private::ThreadPlanCallFunction
H A DThreadPlanStepOut.h75 StreamString m_constructor_errors; member in class:lldb_private::ThreadPlanStepOut

Completed in 100 milliseconds