| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_x86.cpp | 193 error = WriteRegister(GetDR(wp_index), RegisterValue(addr)); in SetHardwareWatchpointWithIndex() 198 error = WriteRegister(GetDR(7), RegisterValue(control_bits)); in SetHardwareWatchpointWithIndex() 215 return WriteRegister(GetDR(7), RegisterValue(dr7.GetAsUInt64() & in ClearHardwareWatchpoint() 229 return WriteRegister( in ClearWatchpointHit() 238 return WriteRegister( in ClearAllHardwareWatchpoints()
|
| H A D | RegisterContextThreadMemory.cpp | 101 bool RegisterContextThreadMemory::WriteRegister( in WriteRegister() function in RegisterContextThreadMemory 105 return m_reg_ctx_sp->WriteRegister(reg_info, reg_value); in WriteRegister()
|
| H A D | RegisterContextDummy.h | 43 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextHistory.h | 43 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextMemory.h | 50 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.h | 73 WriteRegister); in UnwindAssemblyInstEmulation() 93 WriteRegister(lldb_private::EmulateInstruction *instruction, void *baton, 113 bool WriteRegister(lldb_private::EmulateInstruction *instruction,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 126 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister() function in EmulateInstruction 134 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister() function in EmulateInstruction 140 return WriteRegister(context, *reg_info, reg_value); in WriteRegister() 152 return WriteRegister(context, *reg_info, reg_value); in WriteRegisterUnsigned() 162 return WriteRegister(context, reg_info, reg_value); in WriteRegisterUnsigned() 311 return frame->GetRegisterContext()->WriteRegister(reg_info, reg_value); in WriteRegisterFrame()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | RegisterContextFreeBSDKernel_arm64.h | 25 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextFreeBSDKernel_i386.h | 25 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextFreeBSDKernel_x86_64.h | 25 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextFreeBSDKernel_i386.cpp | 80 bool RegisterContextFreeBSDKernel_i386::WriteRegister( in WriteRegister() function in RegisterContextFreeBSDKernel_i386
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_arm.h | 30 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_ppc64le.h | 27 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_x86_64.h | 26 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_mips64.h | 30 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_s390x.h | 29 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_riscv64.h | 34 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_powerpc.h | 29 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
|
| H A D | RegisterContextPOSIXCore_arm.cpp | 62 bool RegisterContextCorePOSIX_arm::WriteRegister(const RegisterInfo *reg_info, in WriteRegister() function in RegisterContextCorePOSIX_arm
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_arm.h | 44 Status WriteRegister(const RegisterInfo *reg_info,
|
| H A D | NativeRegisterContextFreeBSD_powerpc.h | 45 Status WriteRegister(const RegisterInfo *reg_info,
|
| H A D | NativeRegisterContextFreeBSD_mips64.h | 45 Status WriteRegister(const RegisterInfo *reg_info,
|
| H A D | NativeRegisterContextFreeBSD_arm64.h | 51 Status WriteRegister(const RegisterInfo *reg_info,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContext.cpp | 222 return WriteRegister(reg_info, value); in CopyFromRegisterContext() 253 WriteRegister(reg_info, reg_value); in CopyFromRegisterContext() 255 WriteRegister(reg_info, reg_value);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.h | 53 bool WriteRegister(const RegisterInfo *reg_info,
|