Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp59 m_constructor_errors.Printf( in ConstructorSetup()
63 m_constructor_errors.GetData()); in ConstructorSetup()
69 m_constructor_errors.Printf( in ConstructorSetup()
72 m_constructor_errors.GetData()); in ConstructorSetup()
85 m_constructor_errors.Printf("Setting up ThreadPlanCallFunction, failed to " in ConstructorSetup()
88 m_constructor_errors.GetData()); in ConstructorSetup()
226 if (m_constructor_errors.GetSize() > 0) in ValidatePlan()
227 error->PutCString(m_constructor_errors.GetString()); in ValidatePlan()
DThreadPlanStepOut.cpp132 m_constructor_errors.Printf("Return address (0x%" PRIx64 in ThreadPlanStepOut()
136 m_constructor_errors.GetData()); in ThreadPlanStepOut()
257 if (m_constructor_errors.GetSize() > 0) { in ValidatePlan()
259 error->PutCString(m_constructor_errors.GetString()); in ValidatePlan()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h136 StreamString m_constructor_errors; variable
DThreadPlanStepOut.h75 StreamString m_constructor_errors; variable