Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp361 const char ctrl_c = '\x03'; in SyncWithContinueThread() local
363 size_t bytes_written = m_comm.Write(&ctrl_c, 1, status, nullptr); in SyncWithContinueThread()