Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h82 uint32_t seconds_to_wait_for_stop,
DGDBRemoteCommunicationClient.cpp836 uint32_t seconds_to_wait_for_stop, in SendInterrupt() argument
863 if (seconds_to_wait_for_stop) in SendInterrupt()
866 if (seconds_to_wait_for_stop) in SendInterrupt()
869 timeout.OffsetWithSeconds (seconds_to_wait_for_stop); in SendInterrupt()