Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp76 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse() local
81 switch (stop_type) { in SendContinuePacketAndWaitForResponse()
H A DProcessGDBRemote.cpp2209 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() local
2210 switch (stop_type) { in SetThreadStopInfo()