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

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp193 const uint32_t lldb_reg = reg_info->kinds[eRegisterKindLLDB]; local
199 lldb_reg, llvm::ArrayRef<uint8_t>(buffer_sp->GetBytes(),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp112 uint32_t lldb_reg = GPREncodingToLLDB(rd); local
118 return emulator.WriteRegister(ctx, eRegisterKindLLDB, lldb_reg,
123 uint32_t lldb_reg = FPREncodingToLLDB(rd); local
129 return emulator.WriteRegister(ctx, eRegisterKindLLDB, lldb_reg,

Completed in 73 milliseconds