Lines Matching refs:GetName
93 …ldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), a… in MakeAllocation()
98 …tf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), m… in MakeAllocation()
104 … m_persistent_variable_sp->GetName(), in MakeAllocation()
129 …WithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->GetName().AsCString(), in MakeAllocation()
145 …rmat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), d… in DestroyAllocation()
159 m_persistent_variable_sp->GetName().AsCString(), in Materialize()
184 …ldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), wr… in Materialize()
189 …rialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString()); in Materialize()
209 m_persistent_variable_sp->GetName().AsCString(), in Dematerialize()
229 …address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), r… in Dematerialize()
235 … m_persistent_variable_sp->GetName(), in Dematerialize()
259 …couldn't find the memory area used to store %s", m_persistent_variable_sp->GetName().GetCString()); in Dematerialize()
265 …e memory area for %s is in an incorrect format", m_persistent_variable_sp->GetName().GetCString()); in Dematerialize()
273 …ializing %s from 0x%" PRIx64 " (size = %llu)", m_persistent_variable_sp->GetName().GetCString(), (… in Dematerialize()
288 …dn't read the contents of %s from memory: %s", m_persistent_variable_sp->GetName().GetCString(), r… in Dematerialize()
297 …rialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString()); in Dematerialize()
330 …4 ": EntityPersistentVariable (%s)\n", load_addr, m_persistent_variable_sp->GetName().AsCString()); in DumpToLog()
430 m_variable_sp->GetName().AsCString()); in Materialize()
442 …ingWithFormat("couldn't get a value object for variable %s", m_variable_sp->GetName().AsCString()); in Materialize()
458 …ite the contents of reference variable %s to memory: %s", m_variable_sp->GetName().AsCString(), wr… in Materialize()
478 …couldn't write the address of variable %s to memory: %s", m_variable_sp->GetName().AsCString(), wr… in Materialize()
489 …"trying to create a temporary region for %s but one exists", m_variable_sp->GetName().AsCString()); in Materialize()
497 …iable '%s' has no location, it may have been optimized out", m_variable_sp->GetName().AsCString()); in Materialize()
501 …"size of variable %s disagrees with the ValueObject's size", m_variable_sp->GetName().AsCString()); in Materialize()
516 …Format("couldn't allocate a temporary region for %s: %s", m_variable_sp->GetName().AsCString(), al… in Materialize()
526 …rmat("couldn't write to the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), wr… in Materialize()
536 …'t write the address of the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), po… in Materialize()
556 m_variable_sp->GetName().AsCString()); in Dematerialize()
570 …ingWithFormat("couldn't get a value object for variable %s", m_variable_sp->GetName().AsCString()); in Dematerialize()
582 …rorStringWithFormat("couldn't get the data for variable %s", m_variable_sp->GetName().AsCString()); in Dematerialize()
592 …uldn't write the new contents of %s back into the variable", m_variable_sp->GetName().AsCString()); in Dematerialize()
602 …thFormat("couldn't free the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), fr… in Dematerialize()
1006 m_symbol.GetName().AsCString()); in Materialize()
1020 …ithFormat("couldn't resolve symbol %s because there is no target", m_symbol.GetName().AsCString()); in Materialize()
1035 …StringWithFormat("couldn't write the address of symbol %s: %s", m_symbol.GetName().AsCString(), po… in Materialize()
1055 m_symbol.GetName().AsCString()); in Dematerialize()
1069 …dump_stream.Printf("0x%" PRIx64 ": EntitySymbol (%s)\n", load_addr, m_symbol.GetName().AsCString()… in DumpToLog()