Home
last modified time | relevance | path

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

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