Searched refs:ReadRegister (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.h32 bool ReadRegister(const unsigned reg, lldb_private::RegisterValue &value);
37 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXProcessMonitor_arm64.h33 bool ReadRegister(const unsigned reg, lldb_private::RegisterValue &value);
38 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXProcessMonitor_mips64.h34 bool ReadRegister(const unsigned reg, lldb_private::RegisterValue &value);
39 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXProcessMonitor_powerpc.h40 bool ReadRegister(const unsigned reg, lldb_private::RegisterValue &value);
45 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXProcessMonitor_x86.h34 bool ReadRegister(const unsigned reg, lldb_private::RegisterValue &value);
39 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXProcessMonitor_arm.cpp54 bool RegisterContextPOSIXProcessMonitor_arm::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_arm
76 if (ReadRegister(full_reg_info, full_value)) {
108 bool RegisterContextPOSIXProcessMonitor_arm::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_arm
119 return ReadRegister(reg, value);
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp55 bool RegisterContextPOSIXProcessMonitor_arm64::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_arm64
78 if (ReadRegister(full_reg_info, full_value)) {
110 bool RegisterContextPOSIXProcessMonitor_arm64::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_arm64
130 return ReadRegister(full_reg, value);
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp55 bool RegisterContextPOSIXProcessMonitor_mips64::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_mips64
77 if (ReadRegister(full_reg_info, full_value)) {
109 bool RegisterContextPOSIXProcessMonitor_mips64::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_mips64
129 bool success = ReadRegister(full_reg, value);
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp67 bool RegisterContextPOSIXProcessMonitor_powerpc::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_powerpc
89 if (ReadRegister(full_reg_info, full_value)) {
125 bool RegisterContextPOSIXProcessMonitor_powerpc::ReadRegister( function in class:RegisterContextPOSIXProcessMonitor_powerpc
138 bool success = ReadRegister(reg, value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.h36 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextDummy.h40 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextHistory.h40 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextMemory.h43 // memory, then the default ReadRegister/WriteRegister and
48 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
/freebsd-11-stable/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_arm64.h27 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
H A DRegisterContextPOSIXCore_mips64.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_s390x.h26 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_arm.cpp44 bool RegisterContextCorePOSIX_arm::ReadRegister(const RegisterInfo *reg_info, function in class:RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_arm64.cpp45 bool RegisterContextCorePOSIX_arm64::ReadRegister(const RegisterInfo *reg_info, function in class:RegisterContextCorePOSIX_arm64
H A DRegisterContextPOSIXCore_powerpc.h26 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h74 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister,
89 static bool ReadRegister(lldb_private::EmulateInstruction *instruction,
111 bool ReadRegister(lldb_private::EmulateInstruction *instruction,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h50 bool ReadRegister(const RegisterInfo *reg_info,
H A DRegisterContextMinidump_ARM.h57 bool ReadRegister(const RegisterInfo *reg_info,

Completed in 193 milliseconds

1234