Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp97 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse() local
101 switch (stop_type) { in SendContinuePacketAndWaitForResponse()
H A DProcessGDBRemote.cpp2051 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() local
2052 switch (stop_type) { in SetThreadStopInfo()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py604 stop_type = packet.get_char()
605 if stop_type == 'T' or stop_type == 'S':
622 elif stop_type == 'W':
625 elif stop_type == 'O':