HomeSort by relevance Sort by last modified time
    Searched defs:m_variable_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Core/
ValueObjectVariable.h 77 lldb::VariableSP m_variable_sp; ///< The variable that this value object is based upon member in class:lldb_private::ValueObjectVariable
  /external/lldb/source/Expression/
Materializer.cpp 410 m_variable_sp(variable_sp),
418 m_is_reference = m_variable_sp->GetType()->GetClangForwardType().IsReferenceType();
428 log->Printf("EntityVariable::Materialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
430 m_variable_sp->GetName().AsCString());
438 lldb::ValueObjectSP valobj_sp = ValueObjectVariable::Create(scope, m_variable_sp);
442 err.SetErrorStringWithFormat("couldn't get a value object for variable %s", m_variable_sp->GetName().AsCString());
458 err.SetErrorStringWithFormat("couldn't write the contents of reference variable %s to memory: %s", m_variable_sp->GetName().AsCString(), write_error.AsCString());
478 err.SetErrorStringWithFormat("couldn't write the address of variable %s to memory: %s", m_variable_sp->GetName().AsCString(), write_error.AsCString());
489 err.SetErrorStringWithFormat("trying to create a temporary region for %s but one exists", m_variable_sp->GetName().AsCString());
493 if (data.GetByteSize() != m_variable_sp->GetType()->GetByteSize()
697 lldb::VariableSP m_variable_sp; member in class:EntityVariable
    [all...]

Completed in 63 milliseconds