Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp73 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse() local
77 switch (stop_type) { in SendContinuePacketAndWaitForResponse()
DProcessGDBRemote.cpp2128 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() local
2129 switch (stop_type) { in SetThreadStopInfo()
/external/llvm-project/lldb/examples/python/
Dgdbremote.py599 stop_type = packet.get_char()
600 if stop_type == 'T' or stop_type == 'S':
617 elif stop_type == 'W':
620 elif stop_type == 'O':