Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h343 bool GetReverseStepSupported();
H A DProcessGDBRemote.cpp1194 return m_gdb_comm.GetReverseStepSupported() || in SupportsReverseDirection()
1392 if (!m_gdb_comm.GetReverseStepSupported()) { in DoResume()
H A DGDBRemoteCommunicationClient.cpp208 bool GDBRemoteCommunicationClient::GetReverseStepSupported() { in GetReverseStepSupported() function in GDBRemoteCommunicationClient