Home
last modified time | relevance | path

Searched refs:ReadRegister (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp101 Status error = ReadRegister(GetDR(6), dr6); in IsWatchpointHit()
134 Status error = ReadRegister(GetDR(7), dr7); in IsWatchpointVacant()
169 error = ReadRegister(GetDR(7), dr7); in SetHardwareWatchpointWithIndex()
172 error = ReadRegister(GetDR(wp_index), drN); in SetHardwareWatchpointWithIndex()
211 Status error = ReadRegister(GetDR(7), dr7); in ClearHardwareWatchpoint()
225 Status error = ReadRegister(GetDR(6), dr6); in ClearWatchpointHit()
235 Status error = ReadRegister(GetDR(7), dr7); in ClearAllHardwareWatchpoints()
268 if (ReadRegister(GetDR(wp_index), drN).Fail()) in GetWatchpointAddress()
H A DRegisterContextThreadMemory.cpp95 bool RegisterContextThreadMemory::ReadRegister(const RegisterInfo *reg_info, in ReadRegister() function in RegisterContextThreadMemory
99 return m_reg_ctx_sp->ReadRegister(reg_info, reg_value); in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h70 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation()
85 static bool ReadRegister(lldb_private::EmulateInstruction *instruction,
107 bool ReadRegister(lldb_private::EmulateInstruction *instruction,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp199 if (reg_ctx->ReadRegister(reg_info, reg_value)) { in GetArgumentValues()
477 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
518 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
631 if (reg_ctx->ReadRegister(x0_reg_info, x0_reg_value) && in GetReturnValueObjectImpl()
632 reg_ctx->ReadRegister(x1_reg_info, x1_reg_value)) { in GetReturnValueObjectImpl()
695 if (reg_ctx->ReadRegister(v0_reg_info, v0_value)) { in GetReturnValueObjectImpl()
729 if (reg_ctx->ReadRegister(v0_info, reg_value)) { in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp239 if (reg_ctx->ReadRegister(reg_info, reg_value)) { in GetArgumentValues()
521 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
558 if (!reg_ctx->ReadRegister(reg_info, reg_value)) in LoadValueFromConsecutiveGPRRegisters()
672 if (reg_ctx->ReadRegister(x0_reg_info, x0_reg_value) && in GetReturnValueObjectImpl()
673 reg_ctx->ReadRegister(x1_reg_info, x1_reg_value)) { in GetReturnValueObjectImpl()
736 if (reg_ctx->ReadRegister(v0_reg_info, v0_value)) { in GetReturnValueObjectImpl()
768 if (reg_ctx->ReadRegister(v0_info, reg_value)) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp468 if (reg_ctx->ReadRegister(xmm0_info, xmm0_value)) { in GetReturnValueObjectSimple()
517 if (reg_ctx->ReadRegister(altivec_reg, reg_value)) { in GetReturnValueObjectSimple()
543 if (reg_ctx->ReadRegister(altivec_reg, reg_value) && in GetReturnValueObjectSimple()
544 reg_ctx->ReadRegister(altivec_reg2, reg_value2)) { in GetReturnValueObjectSimple()
669 reg_ctx_sp->ReadRegister(rax_info, rax_value); in GetReturnValueObjectImpl()
670 reg_ctx_sp->ReadRegister(rdx_info, rdx_value); in GetReturnValueObjectImpl()
671 reg_ctx_sp->ReadRegister(xmm0_info, xmm0_value); in GetReturnValueObjectImpl()
672 reg_ctx_sp->ReadRegister(xmm1_info, xmm1_value); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp473 if (reg_ctx->ReadRegister(st0_info, st0_value)) { in GetReturnValueObjectSimple()
535 if (reg_ctx->ReadRegister(vec_reg, reg_value)) { in GetReturnValueObjectSimple()
561 if (reg_ctx->ReadRegister(vec_reg, reg_value) && in GetReturnValueObjectSimple()
562 reg_ctx->ReadRegister(vec_reg2, reg_value2)) { in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp77 EmulateInstruction::ReadRegister(const RegisterInfo &reg_info) { in ReadRegister() function in EmulateInstruction
88 bool EmulateInstruction::ReadRegister(lldb::RegisterKind reg_kind, in ReadRegister() function in EmulateInstruction
95 std::optional<RegisterValue> value = ReadRegister(*reg_info); in ReadRegister()
106 if (ReadRegister(reg_kind, reg_num, reg_value)) in ReadRegisterUnsigned()
116 std::optional<RegisterValue> reg_value = ReadRegister(reg_info); in ReadRegisterUnsigned()
300 return frame->GetRegisterContext()->ReadRegister(reg_info, reg_value); in ReadRegisterFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp848 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
864 reg_ctx->ReadRegister(f2_info, f2_value); in GetReturnValueObjectImpl()
954 reg_ctx->ReadRegister(f0_info, f0_value); in GetReturnValueObjectImpl()
955 reg_ctx->ReadRegister(f2_info, f2_value); in GetReturnValueObjectImpl()
980 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
986 reg_ctx->ReadRegister(f1_info, f1_value); in GetReturnValueObjectImpl()
1091 reg_ctx->ReadRegister(r2_info, r2_value); in GetReturnValueObjectImpl()
1101 reg_ctx->ReadRegister(r3_info, r3_value); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_arm64.h22 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextFreeBSDKernel_i386.h22 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextFreeBSDKernel_x86_64.h22 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.h27 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_ppc64le.h24 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_x86_64.h23 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_mips64.h27 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_s390x.h26 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_loongarch64.h32 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_riscv32.h30 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_riscv64.h31 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_powerpc.h26 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.h41 Status ReadRegister(const RegisterInfo *reg_info,
H A DNativeRegisterContextFreeBSD_powerpc.h42 Status ReadRegister(const RegisterInfo *reg_info,
H A DNativeRegisterContextFreeBSD_mips64.h42 Status ReadRegister(const RegisterInfo *reg_info,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp205 if (ReadRegister(reg_info, value)) in ReadRegisterAsUnsigned()
252 if (context->ReadRegister(reg_info, reg_value)) { in CopyFromRegisterContext()
254 } else if (frame_zero_context->ReadRegister(reg_info, reg_value)) { in CopyFromRegisterContext()

12345