Searched refs:ReadRegister (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h58 ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value);
H A DRegisterContextDarwin_arm.h76 ReadRegister (const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextLLDB.cpp917 success = m_thread.GetRegisterContext()->ReadRegister (other_reg_info, value);
921 success = GetNextFrame()->ReadRegister (other_reg_info, value);
1438 if (m_thread.GetRegisterContext()->ReadRegister (reg_info, reg_value))
1474 RegisterContextLLDB::ReadRegister (const RegisterInfo *reg_info, RegisterValue &value) function in class:RegisterContextLLDB
1486 return m_thread.GetRegisterContext()->ReadRegister (reg_info, value);
H A DRegisterContextDarwin_arm.cpp637 RegisterContextDarwin_arm::ReadRegister (const RegisterInfo *reg_info, RegisterValue &value) function in class:RegisterContextDarwin_arm
H A DRegisterContextDarwin_i386.cpp560 RegisterContextDarwin_i386::ReadRegister (const RegisterInfo *reg_info, function in class:RegisterContextDarwin_i386
H A DRegisterContextDarwin_x86_64.cpp603 RegisterContextDarwin_x86_64::ReadRegister (const RegisterInfo *reg_info, function in class:RegisterContextDarwin_x86_64
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h430 ReadRegister (const RegisterInfo *reg_info,
452 ReadRegister (uint32_t reg_kind,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp366 if (reg_ctx->ReadRegister(pc_reg_info, reg_value))
377 if (reg_ctx->ReadRegister(fp_reg_info, reg_value))
702 if (reg_ctx->ReadRegister (xmm0_info, xmm0_value))
767 if (reg_ctx->ReadRegister(altivec_reg, reg_value))
830 reg_ctx_sp->ReadRegister (rax_info, rax_value);
831 reg_ctx_sp->ReadRegister (rdx_info, rdx_value);
832 reg_ctx_sp->ReadRegister (xmm0_info, xmm0_value);
833 reg_ctx_sp->ReadRegister (xmm1_info, xmm1_value);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp48 if (reg_ctx->ReadRegister (reg_info, reg_value))
62 if (reg_ctx->ReadRegister (reg_info, reg_value))
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp529 UnwindAssemblyInstEmulation::ReadRegister (EmulateInstruction *instruction, function in class:UnwindAssemblyInstEmulation
536 return ((UnwindAssemblyInstEmulation *)baton)->ReadRegister (instruction, reg_info, reg_value);
540 UnwindAssemblyInstEmulation::ReadRegister (EmulateInstruction *instruction, function in class:UnwindAssemblyInstEmulation
552 strm.Printf ("UnwindAssemblyInstEmulation::ReadRegister (name = \"%s\") => synthetic_value = %i, value = ", reg_info->name, synthetic);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp271 if (reg_ctx->ReadRegister (reg_info, reg_value))
H A DThreadPlanCallFunction.cpp187 if (reg_ctx->ReadRegister(reg_info, reg_value))
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h227 virtual Error ReadRegister (uint32_t reg, RegisterValue &reg_value) = 0;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp98 if (reg_ctx->ReadRegister (reg_info, reg_value))
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp359 if (m_reg_ctx_sp->ReadRegister (&m_reg_info, m_reg_value))
H A DDebugger.cpp2373 var_success = reg_ctx->ReadRegister (reg_info, reg_value);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h481 ReadRegister(lldb::tid_t tid,
H A DGDBRemoteRegisterContext.cpp113 GDBRemoteRegisterContext::ReadRegister (const RegisterInfo *reg_info, RegisterValue &value) function in class:GDBRemoteRegisterContext
158 if (gdb_comm.ReadRegister(m_thread.GetProtocolID(), reg, response))
H A DGDBRemoteCommunicationClient.cpp3220 GDBRemoteCommunicationClient::ReadRegister(lldb::tid_t tid, uint32_t reg, StringExtractorGDBRemote &response)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp375 if (reg_ctx->ReadRegister(arg_reg_info, reg_value))
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp1152 if (!reg_context_sp->ReadRegister(&m_register_info, reg_value))
H A DDWARFExpression.cpp754 if (reg_ctx->ReadRegister (reg_info, reg_value))

Completed in 289 milliseconds

12