| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_x86.cpp | 192 error = WriteRegister(GetDR(wp_index), RegisterValue(addr)); in SetHardwareWatchpointWithIndex() 197 error = WriteRegister(GetDR(7), RegisterValue(control_bits)); in SetHardwareWatchpointWithIndex() 214 return WriteRegister(GetDR(7), RegisterValue(dr7.GetAsUInt64() & in ClearHardwareWatchpoint() 228 return WriteRegister( in ClearWatchpointHit() 237 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,
|
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 114 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister() function in EmulateInstruction 122 bool EmulateInstruction::WriteRegister(const Context &context, in WriteRegister() function in EmulateInstruction 128 return WriteRegister(context, ®_info, reg_value); in WriteRegister() 140 return WriteRegister(context, ®_info, reg_value); in WriteRegisterUnsigned() 151 return WriteRegister(context, reg_info, reg_value); in WriteRegisterUnsigned() 301 return frame->GetRegisterContext()->WriteRegister(reg_info, reg_value); in WriteRegisterFrame()
|
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/ |
| H A D | RegisterContextWindows_x64.h | 40 bool WriteRegister(const RegisterInfo *reg_info,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm/ |
| H A D | RegisterContextWindows_arm.h | 40 bool WriteRegister(const RegisterInfo *reg_info,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm64/ |
| H A D | RegisterContextWindows_arm64.h | 40 bool WriteRegister(const RegisterInfo *reg_info,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x86/ |
| H A D | RegisterContextWindows_x86.h | 40 bool WriteRegister(const RegisterInfo *reg_info,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RegisterContext.cpp | 216 return WriteRegister(reg_info, value); in WriteRegisterFromUnsigned() 247 WriteRegister(reg_info, reg_value); in CopyFromRegisterContext() 249 WriteRegister(reg_info, reg_value); in CopyFromRegisterContext()
|
| /llvm-project-15.0.7/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_x86_64.h | 26 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_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_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
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeRegisterContextFreeBSD_arm.h | 44 Status WriteRegister(const RegisterInfo *reg_info,
|
| H A D | NativeRegisterContextFreeBSD_mips64.h | 44 Status WriteRegister(const RegisterInfo *reg_info,
|
| H A D | NativeRegisterContextFreeBSD_powerpc.h | 44 Status WriteRegister(const RegisterInfo *reg_info,
|
| H A D | NativeRegisterContextFreeBSD_arm64.h | 51 Status WriteRegister(const RegisterInfo *reg_info,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.h | 53 bool WriteRegister(const RegisterInfo *reg_info,
|