Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h131 bool only_dir) override;
DPlatformRemoteGDBServer.cpp665 CompletionRequest &request, bool only_dir) { in AutoCompleteDiskFileOrDirectory() argument
666 m_gdb_client.AutoCompleteDiskFileOrDirectory(request, only_dir); in AutoCompleteDiskFileOrDirectory()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.cpp417 const bool only_dir = (packet.GetHexMaxU32(false, 0) == 1); in Handle_qPathComplete() local
425 if (only_dir) in Handle_qPathComplete()
DGDBRemoteCommunicationClient.h380 bool only_dir);
DGDBRemoteCommunicationClient.cpp2997 CompletionRequest &request, bool only_dir) { in AutoCompleteDiskFileOrDirectory() argument
3000 stream.PutHex32(only_dir ? 1 : 0); in AutoCompleteDiskFileOrDirectory()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h526 bool only_dir) {} in AutoCompleteDiskFileOrDirectory() argument