Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp397 const int connect_url_len = ::snprintf (connect_url, in Attach() local
402 assert (connect_url_len < (int)sizeof(connect_url)); in Attach()