Home | History | Annotate | Download | only in Expression

Lines Matching refs:Dematerialize

194     void Dematerialize (lldb::StackFrameSP &frame_sp,
207 log->Printf("EntityPersistentVariable::Dematerialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]",
542 void Dematerialize (lldb::StackFrameSP &frame_sp,
554 log->Printf("EntityVariable::Dematerialize [address = 0x%" PRIx64 ", m_variable_sp = %s]",
767 void Dematerialize (lldb::StackFrameSP &frame_sp,
774 err.SetErrorString("Tried to detmaterialize a result variable with the normal Dematerialize method");
777 void Dematerialize (lldb::ClangExpressionVariableSP &result_variable_sp,
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");
1040 void Dematerialize (lldb::StackFrameSP &frame_sp,
1053 log->Printf("EntitySymbol::Dematerialize [address = 0x%" PRIx64 ", m_symbol = %s]",
1180 void Dematerialize (lldb::StackFrameSP &frame_sp,
1193 log->Printf("EntityRegister::Dematerialize [address = 0x%" PRIx64 ", m_register_info = %s]",
1204 err.SetErrorStringWithFormat("couldn't dematerialize register %s without a stack frame", m_register_info.name);
1351 Materializer::Dematerializer::Dematerialize (Error &error, lldb::ClangExpressionVariableSP &result_sp, lldb::addr_t frame_bottom, lldb::addr_t frame_top)
1364 error.SetErrorString("Couldn't dematerialize: invalid dematerializer");
1370 error.SetErrorString("Couldn't dematerialize: target is gone");
1376 log->Printf("Materializer::Dematerialize (frame_sp = %p, process_address = 0x%" PRIx64 ") about to dematerialize:", frame_sp.get(), m_process_address);
1385 static_cast<EntityResultVariable*>(m_materializer->m_result_entity)->Dematerialize (result_sp, frame_sp, *m_map, m_process_address, frame_top, frame_bottom, error);
1389 entity_up->Dematerialize (frame_sp, *m_map, m_process_address, frame_top, frame_bottom, error);