Searched defs:WriteRegister (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextCoreFreeBSD_x86_64.cpp46 RegisterContextCoreFreeBSD_x86_64::WriteRegister(const RegisterInfo *reg_info, const RegisterValue &value) function in class:RegisterContextCoreFreeBSD_x86_64
H A DRegisterContextCoreLinux_x86_64.cpp47 RegisterContextCoreLinux_x86_64::WriteRegister(const RegisterInfo *reg_info, const RegisterValue &value) function in class:RegisterContextCoreLinux_x86_64
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp114 RegisterContextDummy::WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value) function in class:RegisterContextDummy
H A DRegisterContextMacOSXFrameBackchain.cpp173 RegisterContextMacOSXFrameBackchain::WriteRegister (const RegisterInfo *reg_info, function in class:RegisterContextMacOSXFrameBackchain
H A DRegisterContextMemory.cpp120 RegisterContextMemory::WriteRegister (const RegisterInfo *reg_info, const RegisterValue &reg_value) function in class:RegisterContextMemory
H A DRegisterContextThreadMemory.cpp134 RegisterContextThreadMemory::WriteRegister (const RegisterInfo *reg_info, const RegisterValue &reg_value) function in class:RegisterContextThreadMemory
138 return m_reg_ctx_sp->WriteRegister (reg_info, reg_value);
H A DRegisterContextLLDB.cpp872 success = m_thread.GetRegisterContext()->WriteRegister (other_reg_info, value);
876 success = GetNextFrame()->WriteRegister (other_reg_info, value);
1371 RegisterContextLLDB::WriteRegister (const RegisterInfo *reg_info, const RegisterValue &value) function in class:RegisterContextLLDB
1383 return m_thread.GetRegisterContext()->WriteRegister (reg_info, value);
H A DRegisterContextDarwin_arm.cpp729 RegisterContextDarwin_arm::WriteRegister (const RegisterInfo *reg_info, function in class:RegisterContextDarwin_arm
H A DRegisterContextDarwin_i386.cpp680 RegisterContextDarwin_i386::WriteRegister (const RegisterInfo *reg_info, function in class:RegisterContextDarwin_i386
H A DRegisterContextDarwin_x86_64.cpp730 RegisterContextDarwin_x86_64::WriteRegister (const RegisterInfo *reg_info, function in class:RegisterContextDarwin_x86_64
/external/lldb/source/Core/
H A DEmulateInstruction.cpp114 EmulateInstruction::WriteRegister (const Context &context, function in class:EmulateInstruction
124 EmulateInstruction::WriteRegister (const Context &context, function in class:EmulateInstruction
131 return WriteRegister (context, &reg_info, reg_value);
148 return WriteRegister (context, &reg_info, reg_value);
163 return WriteRegister (context, reg_info, reg_value);
353 return frame->GetRegisterContext()->WriteRegister (reg_info, reg_value);
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp558 UnwindAssemblyInstEmulation::WriteRegister (EmulateInstruction *instruction, function in class:UnwindAssemblyInstEmulation
565 return ((UnwindAssemblyInstEmulation *)baton)->WriteRegister (instruction, context, reg_info, reg_value);
569 UnwindAssemblyInstEmulation::WriteRegister (EmulateInstruction *instruction, function in class:UnwindAssemblyInstEmulation
580 strm.Printf ("UnwindAssemblyInstEmulation::WriteRegister (name = \"%s\", value = ", reg_info->name);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp293 GDBRemoteRegisterContext::WriteRegister (const RegisterInfo *reg_info, function in class:GDBRemoteRegisterContext

Completed in 615 milliseconds