Home
last modified time | relevance | path

Searched refs:IsReconfigurable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h83 bool IsReconfigurable();
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp48 if (!gdb_process.m_register_info_sp->IsReconfigurable()) in ThreadGDBRemote()
/llvm-project-15.0.7/lldb/source/Target/
H A DDynamicRegisterInfo.cpp667 bool DynamicRegisterInfo::IsReconfigurable() { return m_is_reconfigurable; } in IsReconfigurable() function in DynamicRegisterInfo