Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp2096 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() local
2097 switch (stop_type) { in SetThreadStopInfo()
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py605 stop_type = packet.get_char()
606 if stop_type == 'T' or stop_type == 'S':
623 elif stop_type == 'W':
626 elif stop_type == 'O':