Searched refs:GetRegisterValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadListDarwin.h | 49 …bool GetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegisterValue *…
|
| H A D | NativeThreadListDarwin.cpp | 201 NativeThreadListDarwin::GetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegister… 205 return thread_sp->GetRegisterValue(set, reg, reg_value);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.h | 129 bool GetRegisterValue(const lldb_private::RegisterInfo ®_info,
|
| H A D | UnwindAssemblyInstEmulation.cpp | 351 bool UnwindAssemblyInstEmulation::GetRegisterValue(const RegisterInfo ®_info, in GetRegisterValue() function in UnwindAssemblyInstEmulation 480 bool synthetic = GetRegisterValue(*reg_info, reg_value); in ReadRegister()
|