Lines Matching refs:m_constructor_errors
71 …m_constructor_errors.Printf ("Trying to put the stack in unreadable memory at: 0x%" PRIx64 ".", m_… in ConstructorSetup()
73 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
81 m_constructor_errors.Printf ("Can't execute code without an executable module."); in ConstructorSetup()
83 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
91 m_constructor_errors.Printf ("Could not find object file for module \"%s\".", in ConstructorSetup()
95 … log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
102 … m_constructor_errors.Printf ("Could not find entry point address for executable module \"%s\".", in ConstructorSetup()
105 … log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
118 …m_constructor_errors.Printf ("Setting up ThreadPlanCallFunction, failed to checkpoint thread state… in ConstructorSetup()
120 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
343 if (m_constructor_errors.GetSize() > 0) in ValidatePlan()
344 error->PutCString (m_constructor_errors.GetData()); in ValidatePlan()