Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp411 const bool only_dir = (packet.GetHexMaxU32(false, 0) == 1); in Handle_qPathComplete() local
419 if (only_dir) in Handle_qPathComplete()
H A DGDBRemoteCommunicationClient.h363 bool only_dir);
H A DGDBRemoteCommunicationClient.cpp3152 CompletionRequest &request, bool only_dir) { in AutoCompleteDiskFileOrDirectory() argument
3155 stream.PutHex32(only_dir ? 1 : 0); in AutoCompleteDiskFileOrDirectory()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h125 bool only_dir) override;
H A DPlatformRemoteGDBServer.cpp602 CompletionRequest &request, bool only_dir) { in AutoCompleteDiskFileOrDirectory() argument
604 m_gdb_client_up->AutoCompleteDiskFileOrDirectory(request, only_dir); in AutoCompleteDiskFileOrDirectory()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h501 bool only_dir) {} in AutoCompleteDiskFileOrDirectory() argument