Home
last modified time | relevance | path

Searched refs:GetAsUInt64 (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp105 is_hit = dr6.GetAsUInt64() & GetStatusBit(wp_index); in IsWatchpointHit()
138 is_vacant = !(dr7.GetAsUInt64() & GetEnableBit(wp_index)); in IsWatchpointVacant()
176 uint64_t control_bits = dr7.GetAsUInt64() & ~GetWatchControlBitmask(wp_index); in SetHardwareWatchpointWithIndex()
186 if (drN.GetAsUInt64() != addr || in SetHardwareWatchpointWithIndex()
187 (dr7.GetAsUInt64() & GetWatchControlBitmask(wp_index)) != in SetHardwareWatchpointWithIndex()
215 return WriteRegister(GetDR(7), RegisterValue(dr7.GetAsUInt64() & in ClearHardwareWatchpoint()
230 GetDR(6), RegisterValue(dr6.GetAsUInt64() & ~GetStatusBit(wp_index))); in ClearWatchpointHit()
240 RegisterValue(dr7.GetAsUInt64() & ~watchpoint_all_control_bit_mask)); in ClearAllHardwareWatchpoints()
270 return drN.GetAsUInt64(); in GetWatchpointAddress()
H A DNativeProcessSoftwareSingleStep.cpp188 next_pc = pc_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
191 next_flags = flags_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
H A DRegisterContextDarwin_arm64.cpp581 gpr.x[reg - gpr_x0] = value.GetAsUInt64(); in WriteRegister()
635 exc.far = value.GetAsUInt64(); in WriteRegister()
H A DRegisterContextDarwin_x86_64.cpp795 (&gpr.rax)[reg - gpr_rax] = value.GetAsUInt64(); in WriteRegister()
879 exc.faultvaddr = value.GetAsUInt64(); in WriteRegister()
H A DStopInfoMachException.cpp126 uint64_t bad_address = X16Val.GetAsUInt64(); in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp249 OptionValueUInt64 *OptionValue::GetAsUInt64() { in GetAsUUID()
255 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { in GetBooleanValue()
433 if (const OptionValueUInt64 *option_value = GetAsUInt64())
440 if (OptionValueUInt64 *option_value = GetAsUInt64()) { in GetBuiltinTypeAsCString()
230 OptionValueUInt64 *OptionValue::GetAsUInt64() { GetAsUInt64() function in OptionValue
236 const OptionValueUInt64 *OptionValue::GetAsUInt64() const { GetAsUInt64() function in OptionValue
H A DOptionArgParser.cpp292 register_value = reg_val.GetAsUInt64(0, &success); in DoToAddress()
H A DOptionValueProperties.cpp277 return value->GetAsUInt64(); in GetPropertyAtIndexAsOptionValueUInt64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp632 cfa_reg_num, m_initial_sp - sp_reg_val.GetAsUInt64()); in WriteRegister()
663 cfa_reg_num, m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister()
676 cfa_reg_num, m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister()
687 m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h242 OptionValueUInt64 *GetAsUInt64();
243 const OptionValueUInt64 *GetAsUInt64() const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp205 value.GetAsUInt64()); in ReadRegisterAsUnsigned()
206 return value.GetAsUInt64(); in ReadRegisterAsUnsigned()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp138 dump_type_value(fields_type, reg_val.GetAsUInt64(), exe_scope, reg_info, in DumpRegisterValue()
H A DEmulateInstruction.cpp107 return reg_value.GetAsUInt64(fail_value, success_ptr); in ReadRegisterUnsigned()
123 return reg_value->GetAsUInt64(fail_value, success_ptr); in ReadRegisterUnsigned()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1759 old_caller_pc_value = reg_value.GetAsUInt64(); in TryFallbackUnwindPlan()
1819 new_caller_pc_value = reg_value.GetAsUInt64(); in TryFallbackUnwindPlan()
1979 address = reg_value.GetAsUInt64(); in ReadFrameAddress()
2162 value = reg_value.GetAsUInt64(); in ReadGPRValue()
2188 value = reg_value.GetAsUInt64(); in ReadGPRValue()
2238 addr_t reg_value = value.GetAsUInt64(LLDB_INVALID_ADDRESS); in ReadRegister()
H A DRegisterContext.cpp206 return value.GetAsUInt64(); in WriteRegisterFromUnsigned()
H A DStackFrame.cpp1277 if (reg_value.GetAsUInt64() == value) { in GetBaseExplainingValue()
1597 Address return_value_address(return_value.GetAsUInt64()); in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h136 uint64_t GetAsUInt64(uint64_t fail_value = UINT64_MAX,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp95 addr_t reg_addr = reg_value.GetAsUInt64(LLDB_INVALID_ADDRESS); in DumpRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp214 reg_value.GetAsUInt64()); in WritePseudoRegister()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp537 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64() function in RegisterValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp591 if ((dr7.GetAsUInt64() & 0xFF) == 0) in CopyHardwareWatchpointsFrom()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp601 if ((dr7.GetAsUInt64() & 0xFF) == 0) in CopyHardwareWatchpointsFrom()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp137 ? std::optional<uint64_t>(value.GetAsUInt64()) in Read()
162 uint64_t bits = value.GetAsUInt64(); in ReadAPFloat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp428 return reg_value.GetAsUInt64(); in read_register_u64_raw()