Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1261 const int step_signo = m_continue_S_tids.front().second; in DoResume() local
1268 if (m_continue_S_tids[i].second != step_signo) in DoResume()
1276 continue_packet.Printf("S%2.2x", step_signo); in DoResume()