Home
last modified time | relevance | path

Searched refs:GetRegisterValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h49 …bool GetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegisterValue *…
H A DNativeThreadListDarwin.cpp201 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 DUnwindAssemblyInstEmulation.h129 bool GetRegisterValue(const lldb_private::RegisterInfo &reg_info,
H A DUnwindAssemblyInstEmulation.cpp351 bool UnwindAssemblyInstEmulation::GetRegisterValue(const RegisterInfo &reg_info, in GetRegisterValue() function in UnwindAssemblyInstEmulation
480 bool synthetic = GetRegisterValue(*reg_info, reg_value); in ReadRegister()