Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp98 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse() local
102 switch (stop_type) { in SendContinuePacketAndWaitForResponse()
H A DProcessGDBRemote.cpp2153 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() local
2154 switch (stop_type) { in SetThreadStopInfo()