Home
last modified time | relevance | path

Searched defs:only_dir (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h523 AutoCompleteDiskFileOrDirectory(CompletionRequest & request,bool only_dir) AutoCompleteDiskFileOrDirectory() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp411 const bool only_dir = (packet.GetHexMaxU32(false, 0) == 1); Handle_qPathComplete() local
H A DGDBRemoteCommunicationClient.cpp3178 AutoCompleteDiskFileOrDirectory(CompletionRequest & request,bool only_dir) AutoCompleteDiskFileOrDirectory() argument
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp610 m_gdb_client_up->AutoCompleteDiskFileOrDirectory(request, only_dir); in AutoCompleteDiskFileOrDirectory() argument