Home | History | Annotate | Download | only in Expression

Lines Matching refs:read_error

223                 Error read_error;
225 map.ReadPointerFromMemory(&location, load_addr, read_error);
227 if (!read_error.Success())
229 err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString());
279 Error read_error;
284 read_error);
286 if (!read_error.Success())
288 err.SetErrorStringWithFormat ("couldn't read the contents of %s from memory: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString());
796 Error read_error;
799 map.ReadPointerFromMemory (&address, load_addr, read_error);
801 if (!read_error.Success())
850 map.ReadMemory(pvar_data, address, pvar_byte_size, read_error);
852 if (!read_error.Success())