| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_x86_64.cpp | 239 tls_context.Rax = reg_value.GetAsUInt64(); in GPRWrite() 242 tls_context.Rbx = reg_value.GetAsUInt64(); in GPRWrite() 245 tls_context.Rcx = reg_value.GetAsUInt64(); in GPRWrite() 248 tls_context.Rdx = reg_value.GetAsUInt64(); in GPRWrite() 251 tls_context.Rdi = reg_value.GetAsUInt64(); in GPRWrite() 254 tls_context.Rsi = reg_value.GetAsUInt64(); in GPRWrite() 257 tls_context.Rbp = reg_value.GetAsUInt64(); in GPRWrite() 260 tls_context.Rsp = reg_value.GetAsUInt64(); in GPRWrite() 263 tls_context.R8 = reg_value.GetAsUInt64(); in GPRWrite() 266 tls_context.R9 = reg_value.GetAsUInt64(); in GPRWrite() [all …]
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 304 tls_context.X[reg - gpr_x0_arm64] = reg_value.GetAsUInt64(); in GPRWrite() 308 tls_context.Fp = reg_value.GetAsUInt64(); in GPRWrite() 311 tls_context.Sp = reg_value.GetAsUInt64(); in GPRWrite() 314 tls_context.Lr = reg_value.GetAsUInt64(); in GPRWrite() 317 tls_context.Pc = reg_value.GetAsUInt64(); in GPRWrite()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_x86.cpp | 104 is_hit = dr6.GetAsUInt64() & GetStatusBit(wp_index); in IsWatchpointHit() 137 is_vacant = !(dr7.GetAsUInt64() & GetEnableBit(wp_index)); in IsWatchpointVacant() 175 uint64_t control_bits = dr7.GetAsUInt64() & ~GetWatchControlBitmask(wp_index); in SetHardwareWatchpointWithIndex() 185 if (drN.GetAsUInt64() != addr || in SetHardwareWatchpointWithIndex() 186 (dr7.GetAsUInt64() & GetWatchControlBitmask(wp_index)) != in SetHardwareWatchpointWithIndex() 214 return WriteRegister(GetDR(7), RegisterValue(dr7.GetAsUInt64() & in ClearHardwareWatchpoint() 229 GetDR(6), RegisterValue(dr6.GetAsUInt64() & ~GetStatusBit(wp_index))); in ClearWatchpointHit() 239 RegisterValue(dr7.GetAsUInt64() & ~watchpoint_all_control_bit_mask)); in ClearAllHardwareWatchpoints() 269 return drN.GetAsUInt64(); in GetWatchpointAddress()
|
| H A D | NativeProcessSoftwareSingleStep.cpp | 139 next_pc = pc_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping() 142 next_flags = flags_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
|
| H A D | RegisterContextDarwin_x86_64.cpp | 761 (&gpr.rax)[reg - gpr_rax] = value.GetAsUInt64(); in WriteRegister() 845 exc.faultvaddr = value.GetAsUInt64(); in WriteRegister()
|
| H A D | RegisterContextDarwin_arm64.cpp | 582 gpr.x[reg - gpr_x0] = value.GetAsUInt64(); in WriteRegister() 636 exc.far = value.GetAsUInt64(); in WriteRegister()
|
| H A D | StopInfoMachException.cpp | 122 uint64_t bad_address = X16Val.GetAsUInt64(); in DeterminePtrauthFailure()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/ |
| H A D | RegisterContextWindows_x64.cpp | 504 m_context.Rax = reg_value.GetAsUInt64(); in WriteRegister() 507 m_context.Rbx = reg_value.GetAsUInt64(); in WriteRegister() 510 m_context.Rcx = reg_value.GetAsUInt64(); in WriteRegister() 513 m_context.Rdx = reg_value.GetAsUInt64(); in WriteRegister() 516 m_context.Rdi = reg_value.GetAsUInt64(); in WriteRegister() 519 m_context.Rsi = reg_value.GetAsUInt64(); in WriteRegister() 522 m_context.R8 = reg_value.GetAsUInt64(); in WriteRegister() 525 m_context.R9 = reg_value.GetAsUInt64(); in WriteRegister() 528 m_context.R10 = reg_value.GetAsUInt64(); in WriteRegister() 531 m_context.R11 = reg_value.GetAsUInt64(); in WriteRegister() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm64/ |
| H A D | RegisterContextWindows_arm64.cpp | 372 m_context.X[reg - gpr_x0] = reg_value.GetAsUInt64(); in WriteRegister() 376 m_context.Fp = reg_value.GetAsUInt64(); in WriteRegister() 379 m_context.Sp = reg_value.GetAsUInt64(); in WriteRegister() 382 m_context.Lr = reg_value.GetAsUInt64(); in WriteRegister() 385 m_context.Pc = reg_value.GetAsUInt64(); in WriteRegister()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 250 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUInt64() function in OptionValue 256 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetAsUInt64() function in OptionValue 425 const OptionValueUInt64 *option_value = GetAsUInt64(); in GetUInt64Value() 432 OptionValueUInt64 *option_value = GetAsUInt64(); in SetUInt64Value()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 242 OptionValueUInt64 *GetAsUInt64(); 244 const OptionValueUInt64 *GetAsUInt64() const;
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | RegisterValueTest.cpp | 22 EXPECT_EQ(42u, R8.GetAsUInt64()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 636 cfa_reg_num, m_initial_sp - sp_reg_val.GetAsUInt64()); in WriteRegister() 667 cfa_reg_num, m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister() 680 cfa_reg_num, m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister() 691 m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.cpp | 131 toString(exception_class), far.GetAsUInt64()); in CalculateStopInfo()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | NativeRegisterContext.cpp | 208 __FUNCTION__, value.GetAsUInt64()); in ReadRegisterAsUnsigned() 209 return value.GetAsUInt64(); in ReadRegisterAsUnsigned()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 52 uint64_t value = reg_value.GetAsUInt64(); in LoadPseudoRegistersFromFrame() 251 reg_value.GetAsUInt64()); in WritePseudoRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 152 void *buf = reinterpret_cast<void *>(value.GetAsUInt64()); in DoWriteRegisterValue()
|
| H A D | NativeRegisterContextLinux_s390x.cpp | 285 *(uint64_t *)dst = reg_value.GetAsUInt64(); in WriteRegister() 307 *(uint64_t *)dst = reg_value.GetAsUInt64(); in WriteRegister()
|
| H A D | NativeRegisterContextLinux_x86_64.cpp | 449 reg_value.SetUInt64(reg_value.GetAsUInt64() >> 8); in ReadRegister() 662 *(uint64_t *)dst = reg_value.GetAsUInt64(); in WriteRegister()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 97 return reg_value.GetAsUInt64(fail_value, success_ptr); in ReadRegisterUnsigned() 108 return reg_value.GetAsUInt64(fail_value, success_ptr); in ReadRegisterUnsigned()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1743 old_caller_pc_value = reg_value.GetAsUInt64(); in TryFallbackUnwindPlan() 1803 new_caller_pc_value = reg_value.GetAsUInt64(); in TryFallbackUnwindPlan() 1960 address = reg_value.GetAsUInt64(); in ReadFrameAddress() 2124 value = reg_value.GetAsUInt64(); in ReadGPRValue() 2148 value = reg_value.GetAsUInt64(); in ReadGPRValue() 2199 addr_t reg_value = value.GetAsUInt64(LLDB_INVALID_ADDRESS); in ReadRegister()
|
| H A D | RegisterContext.cpp | 200 return value.GetAsUInt64(); in ReadRegisterAsUnsigned()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RegisterValue.h | 126 uint64_t GetAsUInt64(uint64_t fail_value = UINT64_MAX,
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 102 addr_t reg_addr = reg_value.GetAsUInt64(LLDB_INVALID_ADDRESS); in DumpRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm/ |
| H A D | RegisterContextWindows_arm.cpp | 398 m_context.D[reg - fpu_d0] = reg_value.GetAsUInt64(); in WriteRegister()
|