Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dgdbremote.py475 stop_type = packet.get_char()
476 if stop_type == 'T' or stop_type == 'S':
488 elif stop_type == 'W':
491 elif stop_type == 'O':
/external/chromium_org/third_party/closure_linter/closure_linter/
Dindentation.py559 def _PopTo(self, stop_type): argument
571 if last.token.type == stop_type:
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dindentation.py559 def _PopTo(self, stop_type): argument
571 if last.token.type == stop_type:
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp569 const char stop_type = response.GetChar(); in SendContinuePacketAndWaitForResponse() local
572 switch (stop_type) in SendContinuePacketAndWaitForResponse()
DProcessGDBRemote.cpp1420 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo() local
1421 switch (stop_type) in SetThreadStopInfo()