Lines Matching full:variable
19 #include "lldb/Symbol/Variable.h"
81 // Allocate a spare memory area to store the persistent variable's contents.
109 // Clear the flag if the variable will never be deallocated.
118 // Write the contents of the variable to the area.
189 err.SetErrorStringWithFormat("no materialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString());
220 // live variable data hasn't been set up yet. Do this now.
229 err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString());
245 // If the variable is resident in the stack frame created by the expression,
297 err.SetErrorStringWithFormat("no dematerialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString());
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());
497 err.SetErrorStringWithFormat("the variable '%s' has no location, it may have been optimized out", m_variable_sp->GetName().AsCString());
501 err.SetErrorStringWithFormat("size of variable %s disagrees with the ValueObject's size", m_variable_sp->GetName().AsCString());
570 err.SetErrorStringWithFormat("couldn't get a value object for variable %s", m_variable_sp->GetName().AsCString());
582 err.SetErrorStringWithFormat("couldn't get the data for variable %s", m_variable_sp->GetName().AsCString());
592 err.SetErrorStringWithFormat("couldn't write the new contents of %s back into the variable", m_variable_sp->GetName().AsCString());
774 err.SetErrorString("Tried to detmaterialize a result variable with the normal Dematerialize method");
791 err.SetErrorString("Couldn't dematerialize a result variable: invalid execution context scope");
803 err.SetErrorString("Couldn't dematerialize a result variable: couldn't read its address");
811 err.SetErrorString("Couldn't dematerialize a result variable: no target");
827 err.SetErrorStringWithFormat("couldn't dematerialize a result variable: failed to make persistent variable %s", name.AsCString());
854 err.SetErrorString("Couldn't dematerialize a result variable: couldn't read its memory");