Home
last modified time | relevance | path

Searched refs:lldb_reg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp194 const uint32_t lldb_reg = reg_info->kinds[eRegisterKindLLDB]; in GetPrimordialRegister()
200 lldb_reg, llvm::ArrayRef<uint8_t>(buffer_sp->GetBytes(), in GetPrimordialRegister()
193 const uint32_t lldb_reg = reg_info->kinds[eRegisterKindLLDB]; GetPrimordialRegister() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp112 uint32_t lldb_reg = GPREncodingToLLDB(rd); in Write() local
118 return emulator.WriteRegister(ctx, eRegisterKindLLDB, lldb_reg, in Write()
123 uint32_t lldb_reg = FPREncodingToLLDB(rd); in WriteAPFloat() local
129 return emulator.WriteRegister(ctx, eRegisterKindLLDB, lldb_reg, in WriteAPFloat()